OSDN Git Service

net: usb: remove leading spaces before tabs
authorHui Tang <tanghui20@huawei.com>
Thu, 20 May 2021 03:47:47 +0000 (11:47 +0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 20 May 2021 22:10:57 +0000 (15:10 -0700)
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>
drivers/net/usb/mcs7830.c

index 9f9352a..2469bdc 100644 (file)
@@ -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);