1 Jul 2012 01:28
printk.c: fix kernel-doc warnings
Linux Kernel Mailing List <linux-kernel <at> vger.kernel.org>
2012-06-30 23:28:41 GMT
2012-06-30 23:28:41 GMT
Gitweb: http://git.kernel.org/linus/;a=commit;h=4f0f4af59cb07bcf44d3c07a9e8c26df54d9fff8 Commit: 4f0f4af59cb07bcf44d3c07a9e8c26df54d9fff8 Parent: 87fac288083db40b5d5ab845393be268357c8827 Author: Randy Dunlap <rdunlap <at> xenotime.net> AuthorDate: Sat Jun 30 15:37:24 2012 -0700 Committer: Linus Torvalds <torvalds <at> linux-foundation.org> CommitDate: Sat Jun 30 15:56:40 2012 -0700 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 <at> xenotime.net> Signed-off-by: Linus Torvalds <torvalds <at> linux-foundation.org> --- kernel/printk.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/kernel/printk.c b/kernel/printk.c index 5ae6b09..dba1821 100644 --- a/kernel/printk.c +++ b/kernel/printk.c <at> <at> -2538,7 +2538,7 <at> <at> EXPORT_SYMBOL_GPL(kmsg_dump_get_line); * kmsg_dump_get_buffer - copy kmsg log lines * <at> dumper: registered kmsg dumper * <at> syslog: include the "<4>" prefixes - * <at> line: buffer to copy the line to(Continue reading)
RSS Feed