]> git.karo-electronics.de Git - linux-beck.git/commit
usb: host: ehci-sched: remove prohibited spaces
authorGeyslan G. Bem <geyslan@gmail.com>
Tue, 26 Jan 2016 01:45:14 +0000 (22:45 -0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 3 Feb 2016 21:44:05 +0000 (13:44 -0800)
commitee906470618fcc03f4ae94334f600ee4d3e67b20
treec721bcee690e1eacd90a27757926ad9dfa5cc670
parent189b8ff0daa1b12befddf03b009d55a702aeecb2
usb: host: ehci-sched: remove prohibited spaces

This patch removes prohibited spaces before open parenthesis and open
brackets.

It also removes an assignment inside condition and unnecessary braces in
single statement block.

Tested by compilation only.
Caught by checkpatch.

Signed-off-by: Geyslan G. Bem <geyslan@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/ehci-sched.c