Skip to content

Commit 4f0f4af

Browse files
rddunlaptorvalds
authored andcommitted
printk.c: fix kernel-doc warnings
Fix kernel-doc warnings in printk.c: use correct parameter name. Warning(kernel/printk.c:2429): No description found for parameter 'buf' Warning(kernel/printk.c:2429): Excess function parameter 'line' description in 'kmsg_dump_get_buffer' Signed-off-by: Randy Dunlap <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
1 parent 87fac28 commit 4f0f4af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/printk.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2538,7 +2538,7 @@ EXPORT_SYMBOL_GPL(kmsg_dump_get_line);
25382538
* kmsg_dump_get_buffer - copy kmsg log lines
25392539
* @dumper: registered kmsg dumper
25402540
* @syslog: include the "<4>" prefixes
2541-
* @line: buffer to copy the line to
2541+
* @buf: buffer to copy the line to
25422542
* @size: maximum size of the buffer
25432543
* @len: length of line placed into buffer
25442544
*

0 commit comments

Comments
 (0)