[PATCH] fs: fix dcache.c new kernel-doc warning

From: Randy Dunlap
Date: Mon Jul 25 2011 - 14:41:51 EST


From: Randy Dunlap <rdunlap@xxxxxxxxxxxx>

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@xxxxxxxxxxxx>
---
fs/dcache.c | 1 +
1 file changed, 1 insertion(+)

--- linux-3.0-git4.orig/fs/dcache.c
+++ linux-3.0-git4/fs/dcache.c
@@ -784,6 +784,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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/