Commit efe3e6b5 authored by Xie Shaowen's avatar Xie Shaowen Committed by Jakub Kicinski
Browse files

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: default avatarXie Shaowen <studentxswpy@163.com>
Link: https://lore.kernel.org/r/20220727081253.3043941-1-studentxswpy@163.com


Signed-off-by: default avatarJakub Kicinski <kuba@kernel.org>
parent 272ac32f
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -381,7 +381,7 @@ void usbnet_update_max_qlen(struct usbnet *dev)
}
EXPORT_SYMBOL_GPL(usbnet_update_max_qlen);



/*-------------------------------------------------------------------------
 *
 * Network Device Driver (peer link to "Host Device", from USB host)
+22 −22

File changed.

Contains only whitespace changes.

+1 −1

File changed.

Contains only whitespace changes.

+1 −1

File changed.

Contains only whitespace changes.