kernel/lib/idr.c
.. .. @@ -100,7 +100,7 @@ 100 100 * @end: The maximum ID (exclusive). 101 101 * @gfp: Memory allocation flags. 102 102 * 103 - * Allocates an unused ID in the range specified by @nextid and @end. If103 + * Allocates an unused ID in the range specified by @start and @end. If104 104 * @end is <= 0, it is treated as one larger than %INT_MAX. This allows 105 105 * callers to use @start + N as @end as long as N is within integer range. 106 106 * The search for an unused ID will start at the last ID allocated and will