X-Git-Url: http://git.cascardo.info/?p=cascardo%2Flinux.git;a=blobdiff_plain;f=lib%2Fidr.c;h=5acf9bb10968caa97ec123ca464906fff4de42bc;hp=db040ce3fa73a328a118a93097d6e5062c16409d;hb=e060c38434b2caa78efe7cedaff4191040b65a15;hpb=cc39c6a9bbdebfcf1a7dee64d83bf302bc38d941 diff --git a/lib/idr.c b/lib/idr.c index db040ce3fa73..5acf9bb10968 100644 --- a/lib/idr.c +++ b/lib/idr.c @@ -860,7 +860,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) {