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

This patch fixes coding style issues reported by checkpatch. The only
change in this patch that isn't just removing spaces before opening
square brackets is at line 213 where the initialization of fls_strings[]
is placed in same line.

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