Skip to content

Commit 7000d3c

Browse files
rddunlapAl Viro
authored andcommitted
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 <[email protected]> Cc: Alexander Viro <[email protected]> Signed-off-by: Al Viro <[email protected]>
1 parent 0ab7620 commit 7000d3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fs/super.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -946,8 +946,8 @@ vfs_kern_mount(struct file_system_type *type, int flags, const char *name, void
946946
EXPORT_SYMBOL_GPL(vfs_kern_mount);
947947

948948
/**
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
951951
*
952952
* Syncs the super to make sure the filesystem is consistent and calls the fs's
953953
* freeze_fs. Subsequent calls to this without first thawing the fs will return

0 commit comments

Comments
 (0)