commit | ee906470618fcc03f4ae94334f600ee4d3e67b20 | [log] [tgz] |
---|---|---|
author | Geyslan G. Bem <geyslan@gmail.com> | Mon Jan 25 22:45:14 2016 -0300 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Feb 03 13:44:05 2016 -0800 |
tree | c721bcee690e1eacd90a27757926ad9dfa5cc670 | |
parent | 189b8ff0daa1b12befddf03b009d55a702aeecb2 [diff] |
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>