The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [BUG] checkpatch warning default switch case
@ 2015-12-11 19:34 Geyslan G. Bem
  2015-12-11 20:08 ` Joe Perches
  0 siblings, 1 reply; 6+ messages in thread
From: Geyslan G. Bem @ 2015-12-11 19:34 UTC (permalink / raw)
  To: LKML; +Cc: Peter Senna Tschudin, Joe Perches, Robo Bot

Hello,

Running
scripts/checkpatch.pl -f drivers/usb/host/ehci-sched.c

I got this
...
ERROR: spaces required around that ':' (ctx:VxE)
#496: FILE: drivers/usb/host/ehci-sched.c:496:
+                       default:
...


496:            default:
                        ehci_dbg (ehci,
                                "periodic frame %d bogus type %d\n",
                                frame, type);
                }

It seems a correct use of default switch case. Maybe the test concerns
to ternary conditional.

Let me know.

-- 
Regards,

Geyslan G. Bem
hackingbits.com

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

end of thread, other threads:[~2015-12-12  1:51 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-11 19:34 [BUG] checkpatch warning default switch case Geyslan G. Bem
2015-12-11 20:08 ` Joe Perches
2015-12-11 20:21   ` Geyslan G. Bem
2015-12-11 21:56     ` Geyslan G. Bem
2015-12-12  1:34       ` Joe Perches
2015-12-12  1:51         ` Geyslan G. Bem

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