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

From: Randy Dunlap
Date: Sat Feb 26 2011 - 13:55:08 EST


From: Randy Dunlap <randy.dunlap@xxxxxxxxxx>

Fix new kernel-doc warning in fs/block_dev.c:

Warning(fs/block_dev.c:937): No description found for parameter 'kill_dirty'

Signed-off-by: Randy Dunlap <randy.dunlap@xxxxxxxxxx>
---
fs/block_dev.c | 1 +
1 file changed, 1 insertion(+)

--- linux-2.6.38-rc6-git6.orig/fs/block_dev.c
+++ linux-2.6.38-rc6-git6/fs/block_dev.c
@@ -928,6 +928,7 @@ EXPORT_SYMBOL_GPL(bd_unlink_disk_holder)
* flush_disk - invalidates all buffer-cache entries on a disk
*
* @bdev: struct block device to be flushed
+ * @kill_dirty: flag to guide handling of dirty inodes
*
* Invalidates all buffer-cache entries on a disk. It should be called
* when a disk has been changed -- either by a media change or online
--
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/