* [PATCH] block: fix kernel-doc for blk_alloc_devt()
@ 2008-10-14 6:34 Li Zefan
2008-10-14 6:49 ` Jens Axboe
0 siblings, 1 reply; 2+ messages in thread
From: Li Zefan @ 2008-10-14 6:34 UTC (permalink / raw)
To: Jens Axboe; +Cc: LKML
No argument 'gfp_mask' for blk_alloc_devt().
Signed-off-by: Li Zefan <lizf@cn.fujitsu.com>
---
block/genhd.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/block/genhd.c b/block/genhd.c
index 4cd3433..b8defae 100644
--- a/block/genhd.c
+++ b/block/genhd.c
@@ -358,7 +358,6 @@ static int blk_mangle_minor(int minor)
/**
* blk_alloc_devt - allocate a dev_t for a partition
* @part: partition to allocate dev_t for
- * @gfp_mask: memory allocation flag
* @devt: out parameter for resulting dev_t
*
* Allocate a dev_t for block device.
--
1.5.4.rc3
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-10-14 6:50 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-14 6:34 [PATCH] block: fix kernel-doc for blk_alloc_devt() Li Zefan
2008-10-14 6:49 ` Jens Axboe
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox