mirror of
https://github.com/torvalds/linux.git
synced 2026-05-25 07:33:19 +02:00
net: usb: remove leading spaces before tabs
There are a few leading spaces before tabs and remove it by running
the following commard:
$ find . -name '*.[ch]' | xargs sed -r -i 's/^[ ]+\t/\t/'
Cc: Hayes Wang <hayeswang@realtek.com>
Signed-off-by: Hui Tang <tanghui20@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
c169a93c81
commit
094fefd663
|
|
@ -601,7 +601,7 @@ MODULE_DEVICE_TABLE(usb, products);
|
|||
|
||||
static int mcs7830_reset_resume (struct usb_interface *intf)
|
||||
{
|
||||
/* YES, this function is successful enough that ethtool -d
|
||||
/* YES, this function is successful enough that ethtool -d
|
||||
does show same output pre-/post-suspend */
|
||||
|
||||
struct usbnet *dev = usb_get_intfdata(intf);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user