]> git.karo-electronics.de Git - karo-tx-linux.git/commit
usb: host: ehci-dbg: fix up function definitions
authorGeyslan G. Bem <geyslan@gmail.com>
Tue, 26 Jan 2016 01:45:00 +0000 (22:45 -0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 3 Feb 2016 21:44:05 +0000 (13:44 -0800)
commitc768ffb891df375bc111515047fa56521401bab3
treebb845a76f67d12da80bb7c50c58fcddff00e675e
parenta5355977947dc4da93ac05a72989fecc95bc6dca
usb: host: ehci-dbg: fix up function definitions

This patch indents not empty functions to have the opening brace at the
beginning of the next line and body conforming coding style.

This also makes the function definition consistent with the file coding
style aligning parameters in sequential lines and indenting them with
two tabs.

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