[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20110725114142.c2f5cbed.rdunlap@xenotime.net>
Date: Mon, 25 Jul 2011 11:41:42 -0700
From: Randy Dunlap <rdunlap@...otime.net>
To: lkml <linux-kernel@...r.kernel.org>
Cc: viro <viro@...iv.linux.org.uk>, akpm <akpm@...ux-foundation.org>
Subject: [PATCH] fs: fix dcache.c new kernel-doc warning
From: Randy Dunlap <rdunlap@...otime.net>
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@...otime.net>
---
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists