Re: [PATCH] misc: Use kzalloc() instead of kmalloc() with flag GFP_ZERO.

From: Greg KH
Date: Fri Feb 14 2020 - 15:02:58 EST


On Wed, Feb 12, 2020 at 05:54:07PM +0800, Yi Wang wrote:
> From: Huang Zijiang <huang.zijiang@xxxxxxxxxx>
>
> Use kzalloc instead of manually setting kmalloc
> with flag GFP_ZERO since kzalloc sets allocated memory
> to zero.
>
> Change in v2:
> add indation

This list of what changed should go below the --- line. I've fixed it
up now, no need to redo this.

thanks,

greg k-h