浏览代码

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 <randy.dunlap@oracle.com>
Cc: Alexander Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Randy Dunlap 15 年之前
父节点
当前提交
7000d3c424
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      fs/super.c

+ 2 - 2
fs/super.c

@@ -946,8 +946,8 @@ out:
 EXPORT_SYMBOL_GPL(vfs_kern_mount);
 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
  * 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
  * freeze_fs.  Subsequent calls to this without first thawing the fs will return