diff --git a/[refs] b/[refs] index 2807de3691cb..7f7846706213 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 3a8495c739c1c773181a246dbb7c12b5b67a8325 +refs/heads/master: e3816c5407c800e4fb055d08f668286db6b7113f diff --git a/trunk/lib/idr.c b/trunk/lib/idr.c index 5acf9bb10968..bbf211aea4eb 100644 --- a/trunk/lib/idr.c +++ b/trunk/lib/idr.c @@ -767,8 +767,8 @@ EXPORT_SYMBOL(ida_pre_get); * @starting_id: id to start search at * @p_id: pointer to the allocated handle * - * Allocate new ID above or equal to @ida. It should be called with - * any required locks. + * Allocate new ID above or equal to @starting_id. It should be called + * with any required locks. * * If memory is required, it will return %-EAGAIN, you should unlock * and go back to the ida_pre_get() call. If the ida is full, it will