X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=lib%2Fidr.c;h=305117ca2d415a1adf91700fe34a06d88028de67;hb=4db68bfe71940c0851bc81041ade6dc293fe2b96;hp=71853531d3b0f6be6c0db0420ca8d646dd884469;hpb=21b4e736922f546e0f1aa7b9d6c442f309a2444a;p=~andy%2Flinux diff --git a/lib/idr.c b/lib/idr.c index 71853531d3b..305117ca2d4 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) {