Skip to content

Commit 5bcc066

Browse files
rddunlapaxboe
authored andcommitted
trace/events/block.h: drop kernel-doc for dropped function parameter
Fix kernel-doc warning: the parameter was removed, so also remove the kernel-doc notation for it. ../include/trace/events/block.h:278: warning: Excess function parameter 'error' description in 'trace_block_bio_complete' Fixes: d24de76 ("block: remove the error argument to the block_bio_complete tracepoint") Signed-off-by: Randy Dunlap <[email protected]> Cc: Christoph Hellwig <[email protected]> Cc: Jens Axboe <[email protected]> Signed-off-by: Jens Axboe <[email protected]>
1 parent a8a5e38 commit 5bcc066

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

include/trace/events/block.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,6 @@ TRACE_EVENT(block_bio_bounce,
254254
* block_bio_complete - completed all work on the block operation
255255
* @q: queue holding the block operation
256256
* @bio: block operation completed
257-
* @error: io error value
258257
*
259258
* This tracepoint indicates there is no further work to do on this
260259
* block IO operation @bio.

0 commit comments

Comments
 (0)