public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arch/arm/mach-at91/gpio.c: Remove unecessary semicolon
@ 2012-09-18 16:36 Peter Senna Tschudin
  2012-09-18 16:36 ` [PATCH] arch/arm/mach-davinci/board-dm646x-evm.c: Remove unecessary Peter Senna Tschudin
                   ` (6 more replies)
  0 siblings, 7 replies; 15+ messages in thread
From: Peter Senna Tschudin @ 2012-09-18 16:36 UTC (permalink / raw)
  To: linux
  Cc: nicolas.ferre, plagnioj, linux, linux-arm-kernel, linux-kernel,
	kernel-janitors, Peter Senna Tschudin

Found by http://coccinelle.lip6.fr/

Signed-off-by: Peter Senna Tschudin <peter.senna@gmail.com>
---
 arch/arm/mach-at91/gpio.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/mach-at91/gpio.c b/arch/arm/mach-at91/gpio.c
index be42cf0..ea31e96 100644
--- a/arch/arm/mach-at91/gpio.c
+++ b/arch/arm/mach-at91/gpio.c
@@ -658,7 +658,7 @@ static int at91_gpio_show(struct seq_file *s, void *unused)
 	seq_printf(s, "Pin\t");
 	for (bank = 0; bank < gpio_banks; bank++) {
 		seq_printf(s, "PIO%c\t\t", 'A' + bank);
-	};
+	}
 	seq_printf(s, "\n\n");
 
 	/* print pin status */
-- 
1.7.11.4


^ permalink raw reply related	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2012-10-08 21:20 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-18 16:36 [PATCH] arch/arm/mach-at91/gpio.c: Remove unecessary semicolon Peter Senna Tschudin
2012-09-18 16:36 ` [PATCH] arch/arm/mach-davinci/board-dm646x-evm.c: Remove unecessary Peter Senna Tschudin
2012-09-18 16:49   ` Prabhakar Lad
2012-09-18 16:58     ` Peter Senna Tschudin
2012-09-18 16:36 ` [PATCH] arch/arm/mach-omap1/devices.c: Remove unecessary semicolon Peter Senna Tschudin
2012-10-08 21:19   ` Tony Lindgren
2012-09-18 16:36 ` [PATCH] arch/arm/mach-omap2: " Peter Senna Tschudin
2012-10-08 21:19   ` Tony Lindgren
2012-09-18 16:36 ` [PATCH] arch/arm/plat-mxc/ulpi.c: " Peter Senna Tschudin
2012-09-18 18:27   ` Uwe Kleine-König
2012-09-18 16:36 ` [PATCH] arch/arm/plat-omap/omap-pm-noop.c: " Peter Senna Tschudin
2012-10-08 21:20   ` Tony Lindgren
2012-09-18 16:36 ` [PATCH] arch/x86: " Peter Senna Tschudin
2012-09-19 17:07   ` [tip:x86/cleanups] arch/x86: Remove unecessary semicolons tip-bot for Peter Senna Tschudin
2012-09-18 18:58 ` [PATCH] arch/arm/mach-at91/gpio.c: Remove unecessary semicolon Jean-Christophe PLAGNIOL-VILLARD

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox