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

2013-01-24 Thread Michal Marek
On 23.1.2013 22:41, Peter Senna Tschudin wrote: > ping pong I added the patch to kbuild.git#misc now, sorry for the delay. Michal -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at

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

2013-01-24 Thread Michal Marek
On 23.1.2013 22:41, Peter Senna Tschudin wrote: ping pong I added the patch to kbuild.git#misc now, sorry for the delay. Michal -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at

Re: [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 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

Re: [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: [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 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 wrote: >> > On Sat, 2012-12-08 at 15:34 -0200, Peter Senna Tschudin wrote: >> >> This semantic patch looks for semicolons that can be

Re: [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: [PATCH] scripts/coccinelle/misc/semicolon.cocci: Add unneeded semicolon test

2012-12-08 Thread Joe Perches
On Sat, 2012-12-08 at 16:13 -0200, Peter Senna Tschudin wrote: > On Sat, Dec 8, 2012 at 3:45 PM, Joe Perches wrote: > > 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.

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

2012-12-08 Thread Peter Senna Tschudin
On Sat, Dec 8, 2012 at 3:45 PM, Joe Perches wrote: > 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

Re: [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 >

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

2012-12-08 Thread Peter Senna Tschudin
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: -

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

2012-12-08 Thread Peter Senna Tschudin
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: -

Re: [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

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

2012-12-08 Thread Peter Senna Tschudin
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 semicolons that can be removed without changing the semantics of the code. The confidence is moderate because there are some false

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

2012-12-08 Thread Joe Perches
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 semicolons that can be removed without changing the semantics of