Commit 7000d3c424e5bb350e502a477fb0e1ed42f8b10e

Authored by Randy Dunlap
Committed by Al Viro
1 parent 0ab7620a0c

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>

Showing 1 changed file with 2 additions and 2 deletions Side-by-side Diff

... ... @@ -946,8 +946,8 @@
946 946 EXPORT_SYMBOL_GPL(vfs_kern_mount);
947 947  
948 948 /**
949   - * freeze_super -- lock the filesystem and force it into a consistent state
950   - * @super: the super to lock
  949 + * freeze_super - lock the filesystem and force it into a consistent state
  950 + * @sb: the super to lock
951 951 *
952 952 * Syncs the super to make sure the filesystem is consistent and calls the fs's
953 953 * freeze_fs. Subsequent calls to this without first thawing the fs will return