Re: [PATCH 4/6] drivers: usb: core: devio.c: Coding style fixes

2013-10-11 Thread Greg KH
On Thu, Oct 10, 2013 at 11:41:30PM +0200, Matthias Beyer wrote: > @@ -1838,9 +1838,10 @@ static int proc_ioctl(struct dev_state *ps, struct > usbdevfs_ioctl *ctl) > return -ENODEV; > } > > - if (ps->dev->state != USB_STATE_CONFIGURED) > + if (ps->dev->state !=

Re: [PATCH 4/6] drivers: usb: core: devio.c: Coding style fixes

2013-10-11 Thread Greg KH
On Thu, Oct 10, 2013 at 11:41:30PM +0200, Matthias Beyer wrote: @@ -1838,9 +1838,10 @@ static int proc_ioctl(struct dev_state *ps, struct usbdevfs_ioctl *ctl) return -ENODEV; } - if (ps-dev-state != USB_STATE_CONFIGURED) + if (ps-dev-state !=

[PATCH 4/6] drivers: usb: core: devio.c: Coding style fixes

2013-10-10 Thread Matthias Beyer
Whitespace fixes, including: - Whitespace after if-keyword - Spaces to Tabs Other coding style fixes: - Added braces for if-else blocks where missing Signed-off-by: Matthias Beyer --- drivers/usb/core/devio.c | 39 --- 1 file changed, 20 insertions(+), 19

[PATCH 4/6] drivers: usb: core: devio.c: Coding style fixes

2013-10-10 Thread Matthias Beyer
Whitespace fixes, including: - Whitespace after if-keyword - Spaces to Tabs Other coding style fixes: - Added braces for if-else blocks where missing Signed-off-by: Matthias Beyer m...@beyermatthias.de --- drivers/usb/core/devio.c | 39 --- 1 file changed,