From: Alexander Kurtz Date: Mon, 2 Apr 2018 14:30:26 +0000 (+0200) Subject: coccinelle: fix typo in file name (#8640) X-Git-Tag: v239~450 X-Git-Url: http://git-history.diyao.me/?a=commitdiff_plain;h=61f1196085b5c4a837870e66500f925e1dd93228;p=systemd%2F.git coccinelle: fix typo in file name (#8640) --- diff --git a/coccinelle/o-ndelay.cocci b/coccinelle/o-ndelay.cocci new file mode 100644 index 0000000000..669424a054 --- /dev/null +++ b/coccinelle/o-ndelay.cocci @@ -0,0 +1,4 @@ +@@ +@@ +- O_NDELAY ++ O_NONBLOCK diff --git a/coccinelle/o-ndelay.occi b/coccinelle/o-ndelay.occi deleted file mode 100644 index 669424a054..0000000000 --- a/coccinelle/o-ndelay.occi +++ /dev/null @@ -1,4 +0,0 @@ -@@ -@@ -- O_NDELAY -+ O_NONBLOCK