]> git.ipfire.org Git - thirdparty/systemd.git/blob - coccinelle/log-json.cocci
test: Disable LUKS devices from initramfs in QEMU tests
[thirdparty/systemd.git] / coccinelle / log-json.cocci
1 @@
2 expression e, v, flags;
3 expression list args;
4 @@
5 + return
6 - json_log(v, flags, 0, args);
7 + json_log(v, flags, SYNTHETIC_ERRNO(e), args);
8 - return -e;