]> Git Repo - qemu.git/blame - scripts/coccinelle/error_propagate_null.cocci
trace: avoid "is" with a literal Python 3.8 warnings
[qemu.git] / scripts / coccinelle / error_propagate_null.cocci
CommitLineData
621ff94d
EH
1// error_propagate() already ignores local_err==NULL, so there's
2// no need to check it before calling.
3
4@@
5identifier L;
6expression E;
7@@
8-if (L) {
9 error_propagate(E, L);
10-}
This page took 0.172095 seconds and 4 git commands to generate.