Commit 7000d3c4 authored by Randy Dunlap's avatar Randy Dunlap Committed by Al Viro
Browse files

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: default avatarRandy Dunlap <randy.dunlap@oracle.com>
Cc: Alexander Viro <viro@zeniv.linux.org.uk>
Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent 0ab7620a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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