* [PATCH 5/14] kernel-doc: fix new warnings in debugfs
@ 2012-01-21 19:02 Randy Dunlap
0 siblings, 0 replies; only message in thread
From: Randy Dunlap @ 2012-01-21 19:02 UTC (permalink / raw)
To: Linux Kernel Mailing List; +Cc: Linus Torvalds, Greg KH
From: Randy Dunlap <rdunlap@xenotime.net>
Fix new kernel-doc warnings:
Warning(fs/debugfs/file.c:556): No description found for parameter 'nregs'
Warning(fs/debugfs/file.c:556): Excess function parameter 'mregs' description in 'debugfs_print_regs32'
Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
Cc: Greg Kroah-Hartman <gregkh@suse.de>
---
fs/debugfs/file.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- lnx-33-rc1.orig/fs/debugfs/file.c
+++ lnx-33-rc1/fs/debugfs/file.c
@@ -540,7 +540,7 @@ EXPORT_SYMBOL_GPL(debugfs_create_blob);
* debugfs_print_regs32 - use seq_print to describe a set of registers
* @s: the seq_file structure being used to generate output
* @regs: an array if struct debugfs_reg32 structures
- * @mregs: the length of the above array
+ * @nregs: the length of the above array
* @base: the base address to be used in reading the registers
* @prefix: a string to be prefixed to every output line
*
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-01-21 18:04 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-01-21 19:02 [PATCH 5/14] kernel-doc: fix new warnings in debugfs 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®