diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/idr.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 | ||
595 | void *idr_get_next(struct idr *idp, int *nextidp) | 596 | void *idr_get_next(struct idr *idp, int *nextidp) |