public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] docbook: fix bio missing parameter
@ 2008-04-30  3:13 Randy.Dunlap
  2008-04-30  6:58 ` Jens Axboe
  0 siblings, 1 reply; 2+ messages in thread
From: Randy.Dunlap @ 2008-04-30  3:13 UTC (permalink / raw)
  To: linux-kernel; +Cc: jens.axboe, akpm

From: Randy Dunlap <randy.dunlap@oracle.com>

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>
---
 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.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-04-30  6:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-30  3:13 [PATCH] docbook: fix bio missing parameter Randy.Dunlap
2008-04-30  6:58 ` Jens Axboe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox