From: Randy Dunlap Date: Tue, 21 Nov 2017 02:25:08 +0000 (-0800) Subject: scsi: st: fix kernel-doc mismatch X-Git-Tag: v4.16-rc1~140^2~298 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e2dca2a2f0fdfb23d8e8004d88b88b9b1e894c16;p=thirdparty%2Fkernel%2Flinux.git scsi: st: fix kernel-doc mismatch 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 Signed-off-by: Martin K. Petersen --- diff --git a/drivers/scsi/st.c b/drivers/scsi/st.c index b141d7641a2e3..6c399480783d3 100644 --- a/drivers/scsi/st.c +++ b/drivers/scsi/st.c @@ -4712,7 +4712,7 @@ static ssize_t read_byte_cnt_show(struct device *dev, 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