Re: [PATCH] staging: Change kzalloc to kcalloc

From: Måns Rullgård
Date: Thu Jul 24 2014 - 12:34:29 EST


Nick Krause <xerofoify@xxxxxxxxx> writes:

> On Thu, Jul 24, 2014 at 12:15 PM, Måns Rullgård <mans@xxxxxxxxx> wrote:
>> Steven Rostedt <rostedt@xxxxxxxxxxx> writes:
>>
>>> On Thu, 24 Jul 2014 10:47:25 -0400
>>> Steven Rostedt <rostedt@xxxxxxxxxxx> wrote:
>>>
>>>> The three parameters are the number of elements, the size of each individual
>>>> element, and then finally the flags used on how to allocate that memory.
>>>> I have to say, you did get the flags part correct.
>>>>
>>>> Now lets look at what you did. For the size you had:
>>>
>>> That should have read "For the count you had:"
>>>
>>> Oh well, you get my point anyway.
>>
>> I have some doubts about the last bit.
>
> I am have this discussion with other kernel developers and just
> because I send out one patch as a newbie like this doesn't mean I
> don't known C.

Now I no longer have doubts; I know for certain that the point didn't
get across.

--
Måns Rullgård
mans@xxxxxxxxx
--
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/