projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d34b07
)
USB: storage: Fix typo in comment
author
Xiang wangx
<wangxiang@cdjrlc.com>
Mon, 20 Jun 2022 10:42:43 +0000
(18:42 +0800)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Tue, 21 Jun 2022 14:39:42 +0000
(16:39 +0200)
Delete the redundant word 'the'.
Signed-off-by: Xiang wangx <wangxiang@cdjrlc.com>
Link:
https://lore.kernel.org/r/20220620104243.4979-1-wangxiang@cdjrlc.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/storage/transport.c
patch
|
blob
|
history
diff --git
a/drivers/usb/storage/transport.c
b/drivers/usb/storage/transport.c
index
64d96d2
..
7449e37
100644
(file)
--- a/
drivers/usb/storage/transport.c
+++ b/
drivers/usb/storage/transport.c
@@
-1178,7
+1178,7
@@
int usb_stor_Bulk_transport(struct scsi_cmnd *srb, struct us_data *us)
/*
* If the device tried to send back more data than the
* amount requested, the spec requires us to transfer
- * the CSW anyway. Since there's no point retrying
the
+ * the CSW anyway. Since there's no point retrying
* the command, we'll return fake sense data indicating
* Illegal Request, Invalid Field in CDB.
*/