[PATCH] docbook: fix bio missing parameter

From: Randy.Dunlap
Date: Tue Apr 29 2008 - 23:13:19 EST


From: Randy Dunlap <randy.dunlap@xxxxxxxxxx>

Fix fs/bio.c kernel-doc parameter warning:
Warning(linux-2.6.25-git14//fs/bio.c:972): No description found for parameter 'reading'

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

--- linux-2.6.25-git14.orig/fs/bio.c
+++ linux-2.6.25-git14/fs/bio.c
@@ -963,6 +963,7 @@ static void bio_copy_kern_endio(struct b
* @data: pointer to buffer to copy
* @len: length in bytes
* @gfp_mask: allocation flags for bio and page allocation
+ * @reading: data direction is READ
*
* copy the kernel address into a bio suitable for io to a block
* device. Returns an error pointer in case of error.
--
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/