X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fidr.c;h=305117ca2d415a1adf91700fe34a06d88028de67;hb=2eb1b12049844a8ebc670e0e4fc908bc3f8933d3;hp=71853531d3b0f6be6c0db0420ca8d646dd884469;hpb=2fd8507d14ef7af3ae05316b3277044cf6daa381;p=linux-2.6 diff --git a/lib/idr.c b/lib/idr.c index 71853531d3..305117ca2d 100644 --- a/lib/idr.c +++ b/lib/idr.c @@ -329,8 +329,8 @@ static void sub_remove(struct idr *idp, int shift, int id) /** * idr_remove - remove the given id and free it's slot - * idp: idr handle - * id: uniqueue key + * @idp: idr handle + * @id: unique key */ void idr_remove(struct idr *idp, int id) {