aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRandy Dunlap <rdunlap@xenotime.net>2011-08-03 19:21:07 -0400
committerLinus Torvalds <torvalds@linux-foundation.org>2011-08-03 20:25:21 -0400
commit2af14162656b81bea9e03e76d7c5f1787cc86ea6 (patch)
tree12906ff5b3f372606f2822ba8aef2989c76d284c
parent88eca0207cf1574328c3ce8c3be537a9317261bb (diff)
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>
-rw-r--r--fs/dcache.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/dcache.c b/fs/dcache.c
index 2347cdb15abb..c83cae19161e 100644
--- a/fs/dcache.c
+++ b/fs/dcache.c
@@ -795,6 +795,7 @@ relock:
795 795
796/** 796/**
797 * prune_dcache_sb - shrink the dcache 797 * prune_dcache_sb - shrink the dcache
798 * @sb: superblock
798 * @nr_to_scan: number of entries to try to free 799 * @nr_to_scan: number of entries to try to free
799 * 800 *
800 * Attempt to shrink the superblock dcache LRU by @nr_to_scan entries. This is 801 * Attempt to shrink the superblock dcache LRU by @nr_to_scan entries. This is