summaryrefslogtreecommitdiff
path: root/drivers/net/usb/plusb.c
diff options
context:
space:
mode:
authorXie Shaowen <studentxswpy@163.com>2022-07-27 11:12:53 +0300
committerJakub Kicinski <kuba@kernel.org>2022-07-29 07:48:20 +0300
commitefe3e6b5aeefaabed9ad5dcb3682b581bf34c187 (patch)
tree393edaac4efa3f40682ad5cd4f3ccb255bcacf47 /drivers/net/usb/plusb.c
parent272ac32f566e3f925b20c231a2b30f6893aa258a (diff)
downloadlinux-efe3e6b5aeefaabed9ad5dcb3682b581bf34c187.tar.xz
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/plusb.c')
-rw-r--r--drivers/net/usb/plusb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/usb/plusb.c b/drivers/net/usb/plusb.c
index 17c9c63b8eeb..2c82fbcaab22 100644
--- a/drivers/net/usb/plusb.c
+++ b/drivers/net/usb/plusb.c
@@ -18,7 +18,7 @@
/*
- * Prolific PL-2301/PL-2302 driver ... http://www.prolific.com.tw/
+ * Prolific PL-2301/PL-2302 driver ... http://www.prolific.com.tw/
*
* The protocol and handshaking used here should be bug-compatible
* with the Linux 2.2 "plusb" driver, by Deti Fliegl.