From: Randy Dunlap Date: Wed, 3 Aug 2011 00:52:30 +0000 (+1000) Subject: Fix new kernel-doc warning in fs/dcache.c: X-Git-Tag: next-20110803~1^2~115 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=028623821a2869148f638f8ace0aecab5e6780d1;p=karo-tx-linux.git 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 Cc: Al Viro Signed-off-by: Andrew Morton --- 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: /** * 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