]> git.karo-electronics.de Git - karo-tx-linux.git/commit
xhci: make warnings greppable
authorOliver Neukum <oneukum@suse.de>
Wed, 8 Jan 2014 16:13:11 +0000 (17:13 +0100)
committerSarah Sharp <sarah.a.sharp@linux.intel.com>
Tue, 4 Mar 2014 23:38:00 +0000 (15:38 -0800)
commite587b8b270d3706147c806d42cc4ac78232caac7
tree63ab7cff492b92dc2e12453249ffe721c8479e52
parent25cd2882e2fc8bd8ed7acaee0ec979f11feda6d7
xhci: make warnings greppable

This changes debug messages and warnings in xhci-ring.c
to be on a single line so grep can find them. grep must
have precedence over the 80 column limit.

[Sarah fixed two checkpatch.pl issues with split lines
introduced by this commit.]

Signed-off-by: Oliver Neukum <oneukum@suse.de>
Signed-off-by: Sarah Sharp <sarah.a.sharp@linux.intel.com>
drivers/usb/host/xhci-ring.c