printk: fix new kernel-doc warnings
authorRandy Dunlap <randy.dunlap@oracle.com>
Thu, 17 Dec 2009 23:27:27 +0000 (15:27 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 17 Dec 2009 23:45:32 +0000 (15:45 -0800)
commit6485536bcf499839a54dcda8a8d47ea0bd29b375
tree86c94469801a264a964399ebbd4c57877eb18ff3
parent65a80b4c61f5b5f6eb0f5669c8fb120893bfb388
printk: fix new kernel-doc warnings

Fix kernel-doc warnings in printk.c:

Warning(kernel/printk.c:1422): No description found for parameter 'dumper'
Warning(kernel/printk.c:1422): Excess function parameter 'dump' description in 'kmsg_dump_register'
Warning(kernel/printk.c:1451): No description found for parameter 'dumper'
Warning(kernel/printk.c:1451): Excess function parameter 'dump' description in 'kmsg_dump_unregister'

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
kernel/printk.c