Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755904AbdGKRJi (ORCPT ); Tue, 11 Jul 2017 13:09:38 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:58148 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753374AbdGKRJh (ORCPT ); Tue, 11 Jul 2017 13:09:37 -0400 Date: Tue, 11 Jul 2017 19:09:34 +0200 From: Greg KH To: Jaya Durga Cc: Larry.Finger@lwfinger.net, florian.c.schilhabel@googlemail.com, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org, Jaya Durga Subject: Re: [PATCH 7/7] Staging: rtl8712 : rtl871x_io.c:fix coding style of kmalloc usage Message-ID: <20170711170934.GD5013@kroah.com> References: <1499164891-7185-1-git-send-email-rjdurga@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1499164891-7185-1-git-send-email-rjdurga@gmail.com> User-Agent: Mutt/1.8.3 (2017-05-23) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 444 Lines: 12 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 > --- > 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 :(