diff options
author | Randy Dunlap <randy.dunlap@oracle.com> | 2010-05-24 22:22:34 -0700 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2010-05-27 22:06:23 -0400 |
commit | 7000d3c424e5bb350e502a477fb0e1ed42f8b10e (patch) | |
tree | 1a0b27d94942969d2ff9e25cfd53f8f20992b6b4 | |
parent | 0ab7620a0cefe6982b914a830a41f65ecccd74bd (diff) | |
download | blackbird-op-linux-7000d3c424e5bb350e502a477fb0e1ed42f8b10e.tar.gz blackbird-op-linux-7000d3c424e5bb350e502a477fb0e1ed42f8b10e.zip |
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>
-rw-r--r-- | fs/super.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/super.c b/fs/super.c index 69688b15f1fa..a67409e5ad94 100644 --- a/fs/super.c +++ b/fs/super.c @@ -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 |