mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 12:28:41 +08:00
idr: describe how nextidp works in idr_get_next().
It was unclear in original kernel-doc how nextidp worked in idr_get_next(). Let's describe it. Signed-off-by: Naohiro Aota <naota@elisp.net> Acked-by: Tejun Heo <tj@kernel.org> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
parent
ea24ea850b
commit
1458ce166c
@ -589,7 +589,8 @@ EXPORT_SYMBOL(idr_for_each);
|
||||
* @nextidp: pointer to lookup key
|
||||
*
|
||||
* Returns pointer to registered object with id, which is next number to
|
||||
* given id.
|
||||
* given id. After being looked up, *@nextidp will be updated for the next
|
||||
* iteration.
|
||||
*/
|
||||
|
||||
void *idr_get_next(struct idr *idp, int *nextidp)
|
||||
|
Loading…
Reference in New Issue
Block a user