Skip to content

Commit

Permalink
fs/super: fix kernel-doc warning
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Randy Dunlap authored and Al Viro committed May 28, 2010
1 parent 0ab7620 commit 7000d3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fs/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -946,8 +946,8 @@ vfs_kern_mount(struct file_system_type *type, int flags, const char *name, void
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
Expand Down

0 comments on commit 7000d3c

Please sign in to comment.