]> git.karo-electronics.de Git - karo-tx-linux.git/commit
usb: host: ehci-dbg: move trailing statements to next line
authorGeyslan G. Bem <geyslan@gmail.com>
Tue, 26 Jan 2016 01:44:56 +0000 (22:44 -0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 3 Feb 2016 21:44:05 +0000 (13:44 -0800)
commit5bb95ec8d74a99bdf69fd1cf28c340fd680effce
treee6f2871aa481c4b5abd954f991d0e16e865d8624
parent0784b4d5a2a691394c1d4034d4879ac428365383
usb: host: ehci-dbg: move trailing statements to next line

This patch fixes coding style issues reported by checkpatch concerning
to switch case statements. There are few additional changes made to fix
other coding styles issues.

These additional changes are:

 - The compound statement "({...})" on line 474 is pulled out from
   snprintf parameters.

 - On line 723 the constant "0x03" is moved to right.

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