Re: [PATCH] cpufreq_opp: Fixed the order of argument for kcalloc.

From: Rafael J. Wysocki
Date: Thu Sep 04 2014 - 19:28:44 EST


On Thursday, September 04, 2014 02:07:49 PM Stephen Boyd wrote:
> On 08/16/14 02:22, Anand Moon wrote:
> > These changes fix the argument to the kcalloc
> > @n: number of elements.
> > @size: element size.
> > @flags: the type of memory to allocate (see kmalloc).
> >
> > void *kcalloc(size_t n, size_t size, gfp_t flags)
> >
> > Signed-off-by: Anand Moon <moon.linux@xxxxxxxxx>
> > ---
>
> Oops.
>
> Reviewed-by: Stephen Boyd <sboyd@xxxxxxxxxxxxxx>
>
> Can this be picked up?

It could be if I could find it. Which is not the case, unfortunately.

Anybody care to resend it?

Rafael

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/