diff options
Diffstat (limited to 'coccinelle/log-json.cocci')
-rw-r--r-- | coccinelle/log-json.cocci | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/coccinelle/log-json.cocci b/coccinelle/log-json.cocci new file mode 100644 index 0000000..3730fd6 --- /dev/null +++ b/coccinelle/log-json.cocci @@ -0,0 +1,8 @@ +@@ +expression e, v, flags; +expression list args; +@@ ++ return +- json_log(v, flags, 0, args); ++ json_log(v, flags, SYNTHETIC_ERRNO(e), args); +- return -e; |