aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/idr.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/idr.c b/lib/idr.c
index fb86a675dcff..5e0966be0f7c 100644
--- a/lib/idr.c
+++ b/lib/idr.c
@@ -589,7 +589,8 @@ EXPORT_SYMBOL(idr_for_each);
589 * @nextidp: pointer to lookup key 589 * @nextidp: pointer to lookup key
590 * 590 *
591 * Returns pointer to registered object with id, which is next number to 591 * Returns pointer to registered object with id, which is next number to
592 * given id. 592 * given id. After being looked up, *@nextidp will be updated for the next
593 * iteration.
593 */ 594 */
594 595
595void *idr_get_next(struct idr *idp, int *nextidp) 596void *idr_get_next(struct idr *idp, int *nextidp)