mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* two false alarms from checkpatch.pl
@ 2011-06-13 23:18 Jian Peng
  2011-06-13 23:23 ` Joe Perches
  0 siblings, 1 reply; 4+ messages in thread
From: Jian Peng @ 2011-06-13 23:18 UTC (permalink / raw)
  To: linux-kernel; +Cc: Jian Peng

After running "./scripts/checkpatch.pl -F arch/mips/kernel/syscall.c", I got some errors reported on valid lines

ERROR: space prohibited before open square bracket '['
#451: FILE: mips/kernel/syscall.c:451:
+		: [addr] "r" (addr),

This line is valid, and if I remove the space in between, it will report a different error

ERROR: spaces required around that ':' (ctx:ExV)
#448: FILE: mips/kernel/syscall.c:448:
+		:[old] "=&r" (old),
 		^

In another case, it reported

ERROR: trailing statements should be on next line
#515: FILE: mips/kernel/syscall.c:515:
+	while (1);

This is also valid line.

The above two cases are both false alarms, and need to be treated as exceptions in "checkpatch.pl -F".

Thanks,
Jian




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

end of thread, other threads:[~2011-06-13 23:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-06-13 23:18 two false alarms from checkpatch.pl Jian Peng
2011-06-13 23:23 ` Joe Perches
2011-06-13 23:28   ` Jian Peng
2011-06-13 23:36     ` Joe Perches

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

all inboxes | Powered by JetHome®