X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=lib%2Fpercpu_ida.c;h=6d40944960de77bff090f41a0f94f0f85e8522a4;hb=5453d36253acdc03f8292a84b06e535f23d6484f;hp=f75715131f2094cc3b76d2d1f14ba31e1ccf3744;hpb=ed87e2974e3659139d8d27ea13b730288e6702c3;p=karo-tx-linux.git diff --git a/lib/percpu_ida.c b/lib/percpu_ida.c index f75715131f20..6d40944960de 100644 --- a/lib/percpu_ida.c +++ b/lib/percpu_ida.c @@ -135,7 +135,7 @@ static inline unsigned alloc_local_tag(struct percpu_ida_cpu *tags) * TASK_UNINTERRUPTIBLE | TASK_INTERRUPTIBLE, of course). * * @gfp indicates whether or not to wait until a free id is available (it's not - * used for internal memory allocations); thus if passed __GFP_WAIT we may sleep + * used for internal memory allocations); thus if passed __GFP_RECLAIM we may sleep * however long it takes until another thread frees an id (same semantics as a * mempool). *