* [PATCH] fs/super: fix kernel-doc warning
@ 2010-05-25 5:22 Randy Dunlap
0 siblings, 0 replies; only message in thread
From: Randy Dunlap @ 2010-05-25 5:22 UTC (permalink / raw)
To: lkml; +Cc: viro, akpm
From: Randy Dunlap <randy.dunlap@oracle.com>
Fix fs/super.c kernel-doc warning and function notation:
Warning(fs/super.c:957): No description found for parameter 'sb'
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Cc: Alexander Viro <viro@zeniv.linux.org.uk>
---
fs/super.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--- lnx-2634-g8-kerndoc.orig/fs/super.c
+++ lnx-2634-g8-kerndoc/fs/super.c
@@ -946,8 +946,8 @@ out:
EXPORT_SYMBOL_GPL(vfs_kern_mount);
/**
- * freeze_super -- lock the filesystem and force it into a consistent state
- * @super: the super to lock
+ * freeze_super - lock the filesystem and force it into a consistent state
+ * @sb: the super to lock
*
* Syncs the super to make sure the filesystem is consistent and calls the fs's
* freeze_fs. Subsequent calls to this without first thawing the fs will return
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-05-25 5:23 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-05-25 5:22 [PATCH] fs/super: fix kernel-doc warning 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®