+1
-1
kernel/printk.c
+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
*