]> git.karo-electronics.de Git - karo-tx-linux.git/commit
usb: host: ehci-dbg: use C89-style comments
authorGeyslan G. Bem <geyslan@gmail.com>
Tue, 26 Jan 2016 01:44:55 +0000 (22:44 -0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 3 Feb 2016 21:44:05 +0000 (13:44 -0800)
commit0784b4d5a2a691394c1d4034d4879ac428365383
treeaf926829e2a06061ec32e8a79c7b89d0476ea616
parent1cb1d1c0d0de5c69937ed781211da8abcf03112f
usb: host: ehci-dbg: use C89-style comments

This patch fixes coding style issues reported by checkpatch.

Coding style demands usage of C89-style comments and a specific format
when it's multiline.

This also removes the Free Software Foundation address because FSF can
change it again.

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