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 <rdunlap@xenotime.net>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by Randy Dunlap and committed by Linus Torvalds 4f0f4af5 87fac288

Changed files
+1 -1
kernel
+1 -1
kernel/printk.c
··· 2538 2538 * kmsg_dump_get_buffer - copy kmsg log lines 2539 2539 * @dumper: registered kmsg dumper 2540 2540 * @syslog: include the "<4>" prefixes 2541 - * @line: buffer to copy the line to 2541 + * @buf: buffer to copy the line to 2542 2542 * @size: maximum size of the buffer 2543 2543 * @len: length of line placed into buffer 2544 2544 *