Re: [PATCH 7/7] Staging: rtl8712 : rtl871x_io.c:fix coding style of kmalloc usage

From: Greg KH
Date: Tue Jul 11 2017 - 13:09:42 EST


On Tue, Jul 04, 2017 at 04:11:31PM +0530, Jaya Durga wrote:
> CHECK: multiple assignments should be avoided
> CHECK: Prefer kmalloc(sizeof(*pintf_hdl->pintfpriv)...)
> over kmalloc(sizeof(struct intf_priv)...)
>
> Signed-off-by: Jaya Durga <jayad@xxxxxxx>
> ---
> drivers/staging/rtl8712/rtl871x_io.c | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)

Where are the other 6 patches in this series? I can't apply just one of
them :(