X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fidr.c;h=6415d053e2bfa838e3a95313137d07a944261fd8;hb=309c0a1d5d1dae2e543bfc5a0e762d0424696e0d;hp=c5be889de449555dc31b5c5d50a061f34187fdb6;hpb=8b0ee07e108b2eefdab5bb73f33223f18926c3b2;p=linux-2.6 diff --git a/lib/idr.c b/lib/idr.c index c5be889de4..6415d053e2 100644 --- a/lib/idr.c +++ b/lib/idr.c @@ -207,7 +207,7 @@ build_up: } /** - * idr_get_new_above - allocate new idr entry above a start id + * idr_get_new_above - allocate new idr entry above or equal to a start id * @idp: idr handle * @ptr: pointer you want associated with the ide * @start_id: id to start search at