docbook: fix bio missing parameter

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: <git-commits-head@...>
Date: Thursday, May 8, 2008 - 5:59 pm

Gitweb:     http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=ffee02...
Commit:     ffee0259c9edcc4c0f06b60df51c461eeecad4c0
Parent:     eeae1d48c011839d9e1cdc1e8aacf0193c9d8197
Author:     Randy Dunlap <randy.dunlap@oracle.com>
AuthorDate: Wed Apr 30 09:08:54 2008 +0200
Committer:  Jens Axboe <jens.axboe@oracle.com>
CommitDate: Wed May 7 18:35:03 2008 +0200

    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 <randy.dunlap@oracle.com>
    Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
---
 fs/bio.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/fs/bio.c b/fs/bio.c
index 2fa04ff..7856257 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.
--
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
docbook: fix bio missing parameter, Linux Kernel Mailing List..., (Thu May 8, 5:59 pm)