mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-13 14:24:11 +08:00
blktrace: fix documentation for blk_fill_rw()
Add missing ":" after rwbs function parameter documentation that fixes
following warning :-
./kernel/trace/blktrace.c:1877: warning: Function parameter or member 'rwbs' not described in 'blk_fill_rwbs'
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Fixes: 1f83bb4b49
("blktrace: add blk_fill_rwbs documentation comment")
Signed-off-by: Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
This commit is contained in:
parent
47dc096ac1
commit
94d4bffdda
@ -1865,7 +1865,7 @@ void blk_trace_remove_sysfs(struct device *dev)
|
||||
|
||||
/**
|
||||
* blk_fill_rwbs - Fill the buffer rwbs by mapping op to character string.
|
||||
* @rwbs buffer to be filled
|
||||
* @rwbs: buffer to be filled
|
||||
* @op: REQ_OP_XXX for the tracepoint
|
||||
*
|
||||
* Description:
|
||||
|
Loading…
Reference in New Issue
Block a user