Skip to content

Commit

Permalink
usb: host: ehci-dbg: remove space before open parenthesis
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
  • Loading branch information
geyslan authored and gregkh committed Feb 3, 2016
1 parent 4510a07 commit 668ab0d
Showing 1 changed file with 99 additions and 100 deletions.
Loading

0 comments on commit 668ab0d

Please sign in to comment.