]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
printk.c: fix kernel-doc warnings
authorRandy Dunlap <rdunlap@xenotime.net>
Sat, 30 Jun 2012 22:37:24 +0000 (15:37 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 30 Jun 2012 22:56:40 +0000 (15:56 -0700)
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 <rdunlap@xenotime.net>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
kernel/printk.c

index 5ae6b09e38057aa701e4c60cdac5ec686b3a63db..dba18211685ed199b1ea88b9c2439ce8986a8656 100644 (file)
@@ -2538,7 +2538,7 @@ EXPORT_SYMBOL_GPL(kmsg_dump_get_line);
  * kmsg_dump_get_buffer - copy kmsg log lines
  * @dumper: registered kmsg dumper
  * @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
  * @len: length of line placed into buffer
  *