diff mbox series

drivers/scsi: fix repeated words in comments

Message ID 20220821152727.65412-1-wangjianli@cdjrlc.com
State New
Headers show
Series drivers/scsi: fix repeated words in comments | expand

Commit Message

wangjianli Aug. 21, 2022, 3:27 p.m. UTC
Delete the redundant word 'of'.

Signed-off-by: wangjianli <wangjianli@cdjrlc.com>
---
 drivers/scsi/st.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/drivers/scsi/st.c b/drivers/scsi/st.c
index 56a093a90b92..e65f05615b7f 100644
--- a/drivers/scsi/st.c
+++ b/drivers/scsi/st.c
@@ -4660,7 +4660,7 @@  static DEVICE_ATTR_RO(read_cnt);
 /**
  * read_byte_cnt_show - return read byte count - tape drives
  * may use blocks less than 512 bytes this gives the raw byte count of
- * of data read from the tape drive.
+ * data read from the tape drive.
  * @dev: struct device
  * @attr: attribute structure
  * @buf: buffer to return formatted data in