Skip to content

Commit 438cd74

Browse files
committed
block: fix kerneldoc for disk_register_independent_access__ranges()
The naming got changed as part of a revision of the patchset, but the kerneldoc apparently never got updated. Fix it. Reported-by: kernel test robot <[email protected]> Fixes: a2247f1 ("block: Add independent access ranges support") Signed-off-by: Jens Axboe <[email protected]>
1 parent 278167f commit 438cd74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

block/blk-ia-ranges.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,8 @@ static struct kobj_type blk_ia_ranges_ktype = {
104104
};
105105

106106
/**
107-
* disk_register_ia_ranges - register with sysfs a set of independent
108-
* access ranges
107+
* disk_register_independent_access_ranges - register with sysfs a set of
108+
* independent access ranges
109109
* @disk: Target disk
110110
* @new_iars: New set of independent access ranges
111111
*

0 commit comments

Comments
 (0)