Re: [PATCH] usb: host: ehci-sched: silence checkpatch warning

2015-12-12 Thread Geyslan G. Bem
Hello, 2015-12-12 13:19 GMT-03:00 Alan Stern : > On Fri, 11 Dec 2015, Geyslan G. Bem wrote: > >> This patch moves comment into the else branch avoiding the following >> misleading warning. >> >> "braces {} are not necessary for single statement blocks" >> >> Caught by checkpatch. >> >> Signed-off-

Re: [PATCH] usb: host: ehci-sched: silence checkpatch warning

2015-12-12 Thread Alan Stern
On Fri, 11 Dec 2015, Geyslan G. Bem wrote: > This patch moves comment into the else branch avoiding the following > misleading warning. > > "braces {} are not necessary for single statement blocks" > > Caught by checkpatch. > > Signed-off-by: Geyslan G. Bem > Suggested-by: Joe Perches > --- >

Re: [PATCH] usb: host: ehci-sched: silence checkpatch warning

2015-12-11 Thread Geyslan G. Bem
2015-12-11 22:50 GMT-03:00 Geyslan G. Bem : > This patch moves comment into the else branch avoiding the following > misleading warning. > > "braces {} are not necessary for single statement blocks" > > Caught by checkpatch. > > Signed-off-by: Geyslan G. Bem > Suggested-by: Joe Perches > --- > d