[PATCH] drivers/scsi: fix repeated words in comments

wangjianli posted 1 patch 3 years, 7 months ago
There is a newer version of this series
drivers/scsi/st.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] drivers/scsi: fix repeated words in comments
Posted by wangjianli 3 years, 7 months ago
 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 --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
-- 
2.36.1