X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=lib%2Fidr.c;h=305117ca2d415a1adf91700fe34a06d88028de67;hb=497f050c42e46a4b1f6a9bcd8827fa5d97fe1feb;hp=71853531d3b0f6be6c0db0420ca8d646dd884469;hpb=ea14fad0d416354a4e9bb1a04f32acba706f9548;p=powerpc.git 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) {