Skip to content

Commit 94d4bff

Browse files
ChaitanayaKulkarniaxboe
authored andcommitted
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: 1f83bb4 ("blktrace: add blk_fill_rwbs documentation comment") Signed-off-by: Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>
1 parent 47dc096 commit 94d4bff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

kernel/trace/blktrace.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1865,7 +1865,7 @@ void blk_trace_remove_sysfs(struct device *dev)
18651865

18661866
/**
18671867
* blk_fill_rwbs - Fill the buffer rwbs by mapping op to character string.
1868-
* @rwbs buffer to be filled
1868+
* @rwbs: buffer to be filled
18691869
* @op: REQ_OP_XXX for the tracepoint
18701870
*
18711871
* Description:

0 commit comments

Comments
 (0)