]> git.ipfire.org Git - thirdparty/systemd.git/blame - coccinelle/while-true.cocci
udev: change the modalias string for usb devices to include the device name
[thirdparty/systemd.git] / coccinelle / while-true.cocci
CommitLineData
57255510
LP
1@@
2statement s;
3@@
4- while (true)
5+ for (;;)
6s
7@@
8statement s;
9@@
10- while (1)
11+ for (;;)
12s