mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-22 13:33:56 +03:00
parent
447643130c
commit
7e97526421
10
coccinelle/errno-check.cocci
Normal file
10
coccinelle/errno-check.cocci
Normal file
@ -0,0 +1,10 @@
|
||||
@@
|
||||
constant c;
|
||||
@@
|
||||
(
|
||||
- errno == -c
|
||||
+ errno == c
|
||||
|
|
||||
- errno != -c
|
||||
+ errno != c
|
||||
)
|
Loading…
Reference in New Issue
Block a user