Re: [BUG] checkpatch warning default switch case

2015-12-11 Thread Geyslan G. Bem
2015-12-11 22:34 GMT-03:00 Joe Perches : > On Fri, 2015-12-11 at 18:56 -0300, Geyslan G. Bem wrote: >> 2015-12-11 17:21 GMT-03:00 Geyslan G. Bem : >> > 2015-12-11 17:08 GMT-03:00 Joe Perches : >> > > On Fri, 2015-12-11 at 16:34 -0300, Geyslan G. Bem wrote: >> > > > Hello, >> > > > >> > > > Running

Re: [BUG] checkpatch warning default switch case

2015-12-11 Thread Joe Perches
On Fri, 2015-12-11 at 18:56 -0300, Geyslan G. Bem wrote: > 2015-12-11 17:21 GMT-03:00 Geyslan G. Bem : > > 2015-12-11 17:08 GMT-03:00 Joe Perches : > > > On Fri, 2015-12-11 at 16:34 -0300, Geyslan G. Bem wrote: > > > > Hello, > > > > > > > > Running > > > > scripts/checkpatch.pl -f drivers/usb/hos

Re: [BUG] checkpatch warning default switch case

2015-12-11 Thread Geyslan G. Bem
2015-12-11 17:21 GMT-03:00 Geyslan G. Bem : > 2015-12-11 17:08 GMT-03:00 Joe Perches : >> On Fri, 2015-12-11 at 16:34 -0300, Geyslan G. Bem wrote: >>> Hello, >>> >>> Running >>> scripts/checkpatch.pl -f drivers/usb/host/ehci-sched.c >>> >>> I got this >>> ... >>> ERROR: spaces required around that

Re: [BUG] checkpatch warning default switch case

2015-12-11 Thread Geyslan G. Bem
2015-12-11 17:08 GMT-03:00 Joe Perches : > On Fri, 2015-12-11 at 16:34 -0300, Geyslan G. Bem wrote: >> 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-sche

Re: [BUG] checkpatch warning default switch case

2015-12-11 Thread Joe Perches
On Fri, 2015-12-11 at 16:34 -0300, Geyslan G. Bem wrote: > 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: > ...

[BUG] checkpatch warning default switch case

2015-12-11 Thread Geyslan G. Bem
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,