Skip to content

Commit

Permalink
block: fix kerneldoc for disk_register_independent_access__ranges()
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
axboe committed Nov 11, 2021
1 parent 278167f commit 438cd74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions block/blk-ia-ranges.c
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@ static struct kobj_type blk_ia_ranges_ktype = {
};

/**
* disk_register_ia_ranges - register with sysfs a set of independent
* access ranges
* disk_register_independent_access_ranges - register with sysfs a set of
* independent access ranges
* @disk: Target disk
* @new_iars: New set of independent access ranges
*
Expand Down

0 comments on commit 438cd74

Please sign in to comment.