Re: [Cocci] [PATCH] scripts/coccinelle/misc/semicolon.cocci: Add unneeded semicolon test

2013-01-23 Thread Peter Senna Tschudin
ping On Sat, Dec 8, 2012 at 3:34 PM, Peter Senna Tschudin peter.se...@gmail.com wrote: 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:

Re: [Cocci] [PATCH] scripts/coccinelle/misc/semicolon.cocci: Add unneeded semicolon test

2012-12-09 Thread Peter Senna Tschudin
On Sat, Dec 8, 2012 at 4:39 PM, Joe Perches j...@perches.com wrote: On Sat, 2012-12-08 at 16:13 -0200, Peter Senna Tschudin wrote: On Sat, Dec 8, 2012 at 3:45 PM, Joe Perches j...@perches.com wrote: On Sat, 2012-12-08 at 15:34 -0200, Peter Senna Tschudin wrote: This semantic patch looks for

Re: [Cocci] [PATCH] scripts/coccinelle/misc/semicolon.cocci: Add unneeded semicolon test

2012-12-08 Thread Joe Perches
On Sat, 2012-12-08 at 15:34 -0200, Peter Senna Tschudin wrote: 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