mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 0/6] checkpatch checks for trailing semicolons on conditionals
@ 2007-08-16 13:18 Andy Whitcroft
  2007-08-15 23:58 ` drivers/infiniband/mlx/mad.c misplaced ; Dave Jones
                   ` (7 more replies)
  0 siblings, 8 replies; 29+ messages in thread
From: Andy Whitcroft @ 2007-08-16 13:18 UTC (permalink / raw)
  To: linux-kernel; +Cc: Randy Dunlap, Andrew Morton, Andy Whitcroft

A couple of people suggested adding checks to checkpatch for trailing
semicolons on conditionals, where the conditional block may not be
actually conditional:

	if (err);
		return err;

While regression testing the changes, I ran these checks across the
whole of 2.6.23-rc3 and there appear to be 5 places where this is
occurs (above and beyond the IPv6 one which triggered this effort)
and a benign use which could be confused later which it seems safest
to fix.

Following this email are 6 patches for these issues, relevant
maintainers cc'd.  All against 2.6.23-rc3

-apw

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

end of thread, other threads:[~2007-08-23 12:28 UTC | newest]

Thread overview: 29+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-08-16 13:18 [PATCH 0/6] checkpatch checks for trailing semicolons on conditionals Andy Whitcroft
2007-08-15 23:58 ` drivers/infiniband/mlx/mad.c misplaced ; Dave Jones
2007-08-16  0:40   ` Joe Perches
2007-08-16  2:19     ` Kok, Auke
2007-08-16  3:17       ` Joe Perches
2007-08-16  4:20         ` Kok, Auke
2007-08-16 10:21         ` [netfilter-core] " Patrick McHardy
2007-08-16 14:05       ` Andy Whitcroft
2007-08-16  8:46     ` Heiko Carstens
2007-08-16 10:22       ` Ilpo Järvinen
2007-08-16 11:01         ` Karsten Keil
2007-08-18 15:14           ` Daniel Schaffrath
2007-08-16 12:41         ` Satyam Sharma
2007-08-16 14:52     ` Jeff Dike
2007-08-17  6:54       ` [PATCH] hostfs: Remove pointless if statement Satyam Sharma
2007-08-17 13:54         ` Jeff Dike
2007-08-16 16:19     ` drivers/infiniband/mlx/mad.c misplaced ; Paul Mundt
2007-08-16  3:39   ` Roland Dreier
2007-08-16 13:18 ` [PATCH 1/6] mips: irix_getcontext will always fail EFAULT Andy Whitcroft
2007-08-22 22:35   ` Ralf Baechle
2007-08-16 13:18 ` [PATCH 2/6] powerpc: hash_preload fails to preload under CONFIG_PPC_MM_SLICES Andy Whitcroft
2007-08-16 13:18 ` [PATCH 3/6] sh: remove extraneous ; on scif_sercon_putc wait loop Andy Whitcroft
2007-08-16 16:27   ` Paul Mundt
2007-08-16 13:19 ` [PATCH 4/6] infiniband: mlx4_MAD_IFC copies out response unconditionally Andy Whitcroft
2007-08-16 15:01   ` Roland Dreier
2007-08-16 13:19 ` [PATCH 5/6] irda_nl_get_mode: always results in failure Andy Whitcroft
2007-08-16 13:19 ` [PATCH 6/6] netfilter: xt_u32: fix length checks in u32_match_it Andy Whitcroft
2007-08-16 14:32   ` Patrick McHardy
2007-08-16 14:21 ` [PATCH 0/6] checkpatch checks for trailing semicolons on conditionals Satyam Sharma

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

Powered by JetHome