]> git.ipfire.org Git - thirdparty/systemd.git/blame - coccinelle/strjoina.cocci
nspawn: rework how /run/host/ is set up
[thirdparty/systemd.git] / coccinelle / strjoina.cocci
CommitLineData
81d62103
ZJS
1@@
2expression n, m;
3expression list s;
4@@
5- n = strjoina(m, s, NULL);
6+ n = strjoina(m, s);