From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751297AbdBXSYy (ORCPT ); Fri, 24 Feb 2017 13:24:54 -0500 Received: from mail-wm0-f68.google.com ([74.125.82.68]:33821 "EHLO mail-wm0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750995AbdBXSYq (ORCPT ); Fri, 24 Feb 2017 13:24:46 -0500 Date: Fri, 24 Feb 2017 20:24:42 +0200 From: Lucian Zala To: Greg KH Cc: stuyoder@gmail.com, laurentiu.tudor@nxp.com, devel@driverdev.osuosl.org, me@jessfraz.com, bhaktipriya96@gmail.com, bogdan.purcareata@gmail.com, linux-kernel@vger.kernel.org, nipun.gupta@nxp.com, bharat.bhushan@nxp.com Subject: Re: [PATCH] staging: fsl-mc: fix coding style warning Message-ID: <20170224182442.GB7339@LinuxMachine> References: <1487270567-7530-1-git-send-email-zala.lucian@gmail.com> <20170224163355.GA10610@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170224163355.GA10610@kroah.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Greg, I am a little bit confused regarding your reply, it seems that the patch applied afterall, or? http://git.kernel.org/cgit/linux/kernel/git/gregkh/staging.git/commit/drivers/staging/fsl-mc?h=staging-testing&id=3bee20fffff39e4df8d65e8d34ab9b3ab92e5acc Have I messed something in it? BR, Lucian On Fri, Feb 24, 2017 at 05:33:55PM +0100, Greg KH wrote: > On Thu, Feb 16, 2017 at 08:42:47PM +0200, Lucian Zala wrote: > > Fix for "WARNING: Avoid multiple line dereference - prefer > > 'mc_msi_domain->host_data'" found by checkpatch.pl in > > bus/irq-gic-v3-its-fsl-mc-msi.c. > > > > Signed-off-by: Lucian Zala > > --- > > drivers/staging/fsl-mc/bus/irq-gic-v3-its-fsl-mc-msi.c | 4 ++-- > > 1 file changed, 2 insertions(+), 2 deletions(-) > > This patch does not apply to my tree at all, sorry :( > > greg k-h