forked from Minki/linux
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 <rdunlap@infradead.org> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:
parent
eaf2ea3156
commit
e2dca2a2f0
@ -4712,7 +4712,7 @@ static ssize_t read_byte_cnt_show(struct device *dev,
|
|||||||
static DEVICE_ATTR_RO(read_byte_cnt);
|
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
|
* @dev: struct device
|
||||||
* @attr: attribute structure
|
* @attr: attribute structure
|
||||||
* @buf: buffer to return formatted data in
|
* @buf: buffer to return formatted data in
|
||||||
|
Loading…
Reference in New Issue
Block a user