[PATCH] staging: Change kzalloc to kcalloc

Steven Rostedt rostedt at goodmis.org
Thu Jul 24 14:51:32 UTC 2014


On Thu, 24 Jul 2014 10:47:25 -0400
Steven Rostedt <rostedt at goodmis.org> 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.

-- Steve

> 
>   *dummy_ion_ptr.nr
> 


More information about the devel mailing list