All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] scsi: st.c: fix kernel-doc mismatch
@ 2017-11-21  2:25 Randy Dunlap
  2017-11-21  3:18 ` Martin K. Petersen
  0 siblings, 1 reply; 2+ messages in thread
From: Randy Dunlap @ 2017-11-21  2:25 UTC (permalink / raw)
  To: linux-scsi, James E.J. Bottomley, Martin K. Petersen

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(-)

--- 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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-11-21  3:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-21  2:25 [PATCH] scsi: st.c: fix kernel-doc mismatch Randy Dunlap
2017-11-21  3:18 ` Martin K. Petersen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.