[PATCH] block: fix kernel-doc for blk_alloc_devt()

From: Li Zefan
Date: Tue Oct 14 2008 - 02:34:48 EST


No argument 'gfp_mask' for blk_alloc_devt().

Signed-off-by: Li Zefan <lizf@xxxxxxxxxxxxxx>
---
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

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