diff options
author | Xie Shaowen <studentxswpy@163.com> | 2022-07-27 16:12:53 +0800 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2022-07-28 21:48:20 -0700 |
commit | efe3e6b5aeefaabed9ad5dcb3682b581bf34c187 (patch) | |
tree | 393edaac4efa3f40682ad5cd4f3ccb255bcacf47 /drivers/net/usb/cdc_subset.c | |
parent | 272ac32f566e3f925b20c231a2b30f6893aa258a (diff) | |
download | linux-stable-efe3e6b5aeefaabed9ad5dcb3682b581bf34c187.tar.gz linux-stable-efe3e6b5aeefaabed9ad5dcb3682b581bf34c187.tar.bz2 linux-stable-efe3e6b5aeefaabed9ad5dcb3682b581bf34c187.zip |
net: usb: delete extra space and tab in blank line
delete extra space and tab in blank line, there is no functional change.
Signed-off-by: Xie Shaowen <studentxswpy@163.com>
Link: https://lore.kernel.org/r/20220727081253.3043941-1-studentxswpy@163.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'drivers/net/usb/cdc_subset.c')
-rw-r--r-- | drivers/net/usb/cdc_subset.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/drivers/net/usb/cdc_subset.c b/drivers/net/usb/cdc_subset.c index 32637df0f4cc..f4a44f05c6ab 100644 --- a/drivers/net/usb/cdc_subset.c +++ b/drivers/net/usb/cdc_subset.c @@ -120,7 +120,7 @@ static const struct driver_info an2720_info = { #endif /* CONFIG_USB_AN2720 */ - + #ifdef CONFIG_USB_BELKIN #define HAVE_HARDWARE @@ -140,7 +140,7 @@ static const struct driver_info belkin_info = { #endif /* CONFIG_USB_BELKIN */ - + #ifdef CONFIG_USB_EPSON2888 #define HAVE_HARDWARE @@ -167,7 +167,7 @@ static const struct driver_info epson2888_info = { #endif /* CONFIG_USB_EPSON2888 */ - + /*------------------------------------------------------------------------- * * info from Jonathan McDowell <noodles@earth.li> @@ -181,7 +181,7 @@ static const struct driver_info kc2190_info = { }; #endif /* CONFIG_USB_KC2190 */ - + #ifdef CONFIG_USB_ARMLINUX #define HAVE_HARDWARE @@ -222,7 +222,7 @@ static const struct driver_info blob_info = { #endif /* CONFIG_USB_ARMLINUX */ - + /*-------------------------------------------------------------------------*/ #ifndef HAVE_HARDWARE |