Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4f0f4af5 authored by Randy Dunlap's avatar Randy Dunlap Committed by Linus Torvalds
Browse files

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: default avatarRandy Dunlap <rdunlap@xenotime.net>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 87fac288
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -2538,7 +2538,7 @@ EXPORT_SYMBOL_GPL(kmsg_dump_get_line);
 * kmsg_dump_get_buffer - copy kmsg log lines
 * kmsg_dump_get_buffer - copy kmsg log lines
 * @dumper: registered kmsg dumper
 * @dumper: registered kmsg dumper
 * @syslog: include the "<4>" prefixes
 * @syslog: include the "<4>" prefixes
 * @line: buffer to copy the line to
 * @buf: buffer to copy the line to
 * @size: maximum size of the buffer
 * @size: maximum size of the buffer
 * @len: length of line placed into buffer
 * @len: length of line placed into buffer
 *
 *