android_kernel_xiaomi_sm8350/scripts/coccinelle/misc
Peter Senna Tschudin 7320bfa7cf scripts/coccinelle/misc/semicolon.cocci: Add unneeded semicolon test
This semantic patch looks for semicolons that can be removed without
changing the semantics of the code. The confidence is moderate
because there are some false positives on cases like:

b/drivers/mmc/host/cb710-mmc.c:589
                break;
        case MMC_POWER_UP:
        default:
-               /* ignore */;
        }

There are 37 patches accepted reported by this semantic patch and
more than 300 fixes to be applied.

Signed-off-by: Peter Senna Tschudin <peter.senna@gmail.com>
Signed-off-by: Michal Marek <mmarek@suse.cz>
2013-01-24 12:10:38 +01:00
..
boolinit.cocci coccinelle: semantic patch for bool issues 2012-02-25 00:07:32 +01:00
cstptr.cocci coccinelle: semantic patch to check for PTR_ERR after reassignment 2012-02-25 00:07:11 +01:00
doubleinit.cocci scripts/coccinelle: improve the coverage of some semantic patches 2012-01-15 00:05:46 +01:00
ifaddr.cocci scripts/coccinelle: address test is always true 2012-05-25 14:51:11 +02:00
ifcol.cocci
irqf_oneshot.cocci scripts/coccinelle: Find threaded IRQs requests which are missing IRQF_ONESHOT 2012-07-13 15:57:31 +02:00
noderef.cocci scripts/coccinelle: sizeof of pointer 2012-05-25 14:51:12 +02:00
semicolon.cocci scripts/coccinelle/misc/semicolon.cocci: Add unneeded semicolon test 2013-01-24 12:10:38 +01:00
warn.cocci scripts/coccinelle/misc/warn.cocci: use WARN 2012-12-09 15:29:07 +01:00