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:
Родитель
ea24ea850b
Коммит
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)
|
||||
|
|
Загрузка…
Ссылка в новой задаче