[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220716135217.49866-1-yuanjilin@cdjrlc.com>
Date: Sat, 16 Jul 2022 21:52:17 +0800
From: Jilin Yuan <yuanjilin@...rlc.com>
To: stern@...land.harvard.edu, gregkh@...uxfoundation.org
Cc: linux-usb@...r.kernel.org, usb-storage@...ts.one-eyed-alien.net,
linux-kernel@...r.kernel.org, Jilin Yuan <yuanjilin@...rlc.com>
Subject: [PATCH] usb/storage: fix repeated words in comments
Delete the redundant word 'the'.
Delete the redundant word 'buffer'.
Signed-off-by: Jilin Yuan <yuanjilin@...rlc.com>
---
drivers/usb/storage/sddr09.c | 2 +-
drivers/usb/storage/transport.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/usb/storage/sddr09.c b/drivers/usb/storage/sddr09.c
index 51bcd4a43690..cb0ae82b4abc 100644
--- a/drivers/usb/storage/sddr09.c
+++ b/drivers/usb/storage/sddr09.c
@@ -1215,7 +1215,7 @@ sddr09_read_map(struct us_data *us) {
/*
* read 64 bytes for every block (actually 1 << CONTROL_SHIFT)
* but only use a 64 KB buffer
- * buffer size used must be a multiple of (1 << CONTROL_SHIFT)
+ * size used must be a multiple of (1 << CONTROL_SHIFT)
*/
#define SDDR09_READ_MAP_BUFSZ 65536
diff --git a/drivers/usb/storage/transport.c b/drivers/usb/storage/transport.c
index 64d96d210e02..aa96f97e5ac4 100644
--- a/drivers/usb/storage/transport.c
+++ b/drivers/usb/storage/transport.c
@@ -1179,7 +1179,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 command, we'll return fake sense data indicating
+ * command, we'll return fake sense data indicating
* Illegal Request, Invalid Field in CDB.
*/
if (result == USB_STOR_XFER_LONG)
--
2.36.1
Powered by blists - more mailing lists