diff options
author | Alexander Kurtz <alexander@kurtz.be> | 2018-04-02 16:30:26 +0200 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2018-04-02 16:30:26 +0200 |
commit | 61f1196085b5c4a837870e66500f925e1dd93228 (patch) | |
tree | 144d1a079c2cb971dcb10c221e92aa11df15e1a3 /coccinelle/o-ndelay.cocci | |
parent | Merge pull request #8626 from floppym/initctl (diff) | |
download | systemd-61f1196085b5c4a837870e66500f925e1dd93228.tar.xz systemd-61f1196085b5c4a837870e66500f925e1dd93228.zip |
coccinelle: fix typo in file name (#8640)
Diffstat (limited to 'coccinelle/o-ndelay.cocci')
-rw-r--r-- | coccinelle/o-ndelay.cocci | 4 |
1 files changed, 4 insertions, 0 deletions
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 |