block: fix kernel-doc for blk_alloc_devt()
No argument 'gfp_mask' for blk_alloc_devt(). Signed-off-by: Li Zefan <lizf@cn.fujitsu.com> Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
This commit is contained in:
parent
8677142710
commit
e6d63840ba
1 changed files with 0 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue