From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752133AbdARR2c (ORCPT ); Wed, 18 Jan 2017 12:28:32 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:39138 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751999AbdARR2b (ORCPT ); Wed, 18 Jan 2017 12:28:31 -0500 Date: Wed, 18 Jan 2017 18:20:51 +0100 From: Greg KH To: Dhananjay Balan Cc: dan.carpenter@oracle.com, devel@driverdev.osuosl.org, stuart.yoder@nxp.com, linux-kernel@vger.kernel.org, joe@perches.com Subject: Re: [PATCH v2] staging: fsl-mc: fix coding stye errors Message-ID: <20170118172051.GD12664@kroah.com> References: <20170117095818.GH4104@mwanda> <1484736788-25038-1-git-send-email-dhananjay@cliqz.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1484736788-25038-1-git-send-email-dhananjay@cliqz.com> User-Agent: Mutt/1.7.2 (2016-11-26) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jan 18, 2017 at 11:53:07AM +0100, Dhananjay Balan wrote: > Split line at boolean operator. > > Error was reported by checkpatch.pl as > WARNING: Avoid multiple line dereference - prefer 'mc_msi_domain->host_data' > > Signed-off-by: Dhananjay Balan > --- > drivers/staging/fsl-mc/bus/irq-gic-v3-its-fsl-mc-msi.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) What changed in v2? That has to go below the --- line. Please fix it up and resend v3 with that information and read Documentation/SubmittingPatches for all of the details about this. thanks, greg k-h