]> git.karo-electronics.de Git - karo-tx-linux.git/commit
usb: host: ehci.h: move pointer operator to name side
authorGeyslan G. Bem <geyslan@gmail.com>
Tue, 26 Jan 2016 01:44:51 +0000 (22:44 -0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 3 Feb 2016 21:44:05 +0000 (13:44 -0800)
commitc021170f1da3448d398614b6bc546f3dee256979
tree45242ce11f14174332b3f35ea3a65dc55925b261
parent8af0219eea6387248f0d46b47742bb8c83b1b4f3
usb: host: ehci.h: move pointer operator to name side

The pointer operator must be sticked to name.

Caught by checkpatch:
ERROR: "foo * bar" should be "foo *bar"

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