]> git.karo-electronics.de Git - karo-tx-linux.git/commit
usb: host: ehci-dbg: remove space before open parenthesis
authorGeyslan G. Bem <geyslan@gmail.com>
Tue, 26 Jan 2016 01:44:53 +0000 (22:44 -0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 3 Feb 2016 21:44:05 +0000 (13:44 -0800)
commit668ab0db27cbb4857d0f207d78bff2f96b537e13
tree91f2a6b00cfdb40de5d30014bebc7fc425459387
parent4510a072c60855d0e28000cbb3d7c718801023de
usb: host: ehci-dbg: remove space before open parenthesis

This patch fixes coding style issues reported by checkpatch. The vast
majority of changes in this patch are removing spaces before opening
parenthesis, but in some cases, a few additional changes are made to fix
other coding style issues.

These additional changes are:

 - Spaces around >> on line 50.
 - On line 55 a call to ehci_dbg reduced to a single line.
 - sizeof operands surrounded with parenthesis on lines 877, 883, 889
   and 901.

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