diff --git a/[refs] b/[refs] index 0aea7c90f0a6..1595f2745d1f 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 10bd2473b10b394eed7ed6c94248be47ab6ed369 +refs/heads/master: f5c3dd719d17750779c6ac72f4dd0b06d7702ca2 diff --git a/trunk/lib/idr.c b/trunk/lib/idr.c index e15502e8b21e..e0abbc177e30 100644 --- a/trunk/lib/idr.c +++ b/trunk/lib/idr.c @@ -858,7 +858,7 @@ EXPORT_SYMBOL(ida_get_new_above); * and go back to the idr_pre_get() call. If the idr is full, it will * return %-ENOSPC. * - * @id returns a value in the range %0 ... %0x7fffffff. + * @p_id returns a value in the range %0 ... %0x7fffffff. */ int ida_get_new(struct ida *ida, int *p_id) {