* [PATCH] printk.c: fix kernel-doc warnings
@ 2012-06-30 22:37 Randy Dunlap
0 siblings, 0 replies; only message in thread
From: Randy Dunlap @ 2012-06-30 22:37 UTC (permalink / raw)
To: LKML, Linus Torvalds; +Cc: Andrew Morton
From: Randy Dunlap <rdunlap@xenotime.net>
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>
---
kernel/printk.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- lnx-35-rc4.orig/kernel/printk.c
+++ lnx-35-rc4/kernel/printk.c
@@ -2409,7 +2409,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
*
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-06-30 22:37 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-06-30 22:37 [PATCH] printk.c: fix kernel-doc warnings Randy Dunlap
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®