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/plusb.c | |
parent | 272ac32f566e3f925b20c231a2b30f6893aa258a (diff) |
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.c | 2 |
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. |