From: Randy Dunlap Date: Tue, 25 May 2010 05:22:34 +0000 (-0700) Subject: fs/super: fix kernel-doc warning X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=7000d3c424e5bb350e502a477fb0e1ed42f8b10e;p=linux-beck.git fs/super: fix kernel-doc warning 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 Cc: Alexander Viro Signed-off-by: Al Viro --- diff --git a/fs/super.c b/fs/super.c index 69688b15f1fa..a67409e5ad94 100644 --- a/fs/super.c +++ b/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