From: Randy Dunlap Date: Wed, 30 Apr 2008 07:08:54 +0000 (+0200) Subject: docbook: fix bio missing parameter X-Git-Tag: v2.6.26-rc2~33^2~1 X-Git-Url: http://www.pilppa.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=ffee0259c9edcc4c0f06b60df51c461eeecad4c0;p=linux-2.6-omap-h63xx.git docbook: fix bio missing parameter 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 Signed-off-by: Jens Axboe --- diff --git a/fs/bio.c b/fs/bio.c index 2fa04ff8670..78562574cb5 100644 --- a/fs/bio.c +++ b/fs/bio.c @@ -963,6 +963,7 @@ static void bio_copy_kern_endio(struct bio *bio, int err) * @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.