diff mbox

scsi: st.c: fix kernel-doc mismatch

Message ID fa663a7f-8248-9562-dda7-8c54e13b5824@infradead.org (mailing list archive)
State Accepted
Headers show

Commit Message

Randy Dunlap Nov. 21, 2017, 2:25 a.m. UTC
From: Randy Dunlap <rdunlap@infradead.org>

Fix kernel-doc function name and comments in st.c::read_ns_show():
change us to ns to match the function name.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
---
 drivers/scsi/st.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Martin K. Petersen Nov. 21, 2017, 3:18 a.m. UTC | #1
Randy,

> Fix kernel-doc function name and comments in st.c::read_ns_show():
> change us to ns to match the function name.

Applied to 4.16/scsi-queue. Thanks!
diff mbox

Patch

--- lnx-414.orig/drivers/scsi/st.c
+++ lnx-414/drivers/scsi/st.c
@@ -4712,7 +4712,7 @@  static ssize_t read_byte_cnt_show(struct
 static DEVICE_ATTR_RO(read_byte_cnt);
 
 /**
- * read_us_show - return read us - overall time spent waiting on reads in ns.
+ * read_ns_show - return read ns - overall time spent waiting on reads in ns.
  * @dev: struct device
  * @attr: attribute structure
  * @buf: buffer to return formatted data in