diff options
author | Randy Dunlap <rdunlap@xenotime.net> | 2011-08-03 16:21:07 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-08-03 14:25:21 -1000 |
commit | 2af14162656b81bea9e03e76d7c5f1787cc86ea6 (patch) | |
tree | 12906ff5b3f372606f2822ba8aef2989c76d284c /fs | |
parent | 88eca0207cf1574328c3ce8c3be537a9317261bb (diff) | |
download | linux-3.10-2af14162656b81bea9e03e76d7c5f1787cc86ea6.tar.gz linux-3.10-2af14162656b81bea9e03e76d7c5f1787cc86ea6.tar.bz2 linux-3.10-2af14162656b81bea9e03e76d7c5f1787cc86ea6.zip |
fs/dcache.c: fix new kernel-doc warning
Fix new kernel-doc warning in fs/dcache.c:
Warning(fs/dcache.c:797): No description found for parameter 'sb'
Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
Cc: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'fs')
-rw-r--r-- | fs/dcache.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/dcache.c b/fs/dcache.c index 2347cdb15ab..c83cae19161 100644 --- a/fs/dcache.c +++ b/fs/dcache.c @@ -795,6 +795,7 @@ relock: /** * prune_dcache_sb - shrink the dcache + * @sb: superblock * @nr_to_scan: number of entries to try to free * * Attempt to shrink the superblock dcache LRU by @nr_to_scan entries. This is |