From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751875AbbECTEG (ORCPT ); Sun, 3 May 2015 15:04:06 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:52333 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751800AbbECTDm (ORCPT ); Sun, 3 May 2015 15:03:42 -0400 Date: Sun, 3 May 2015 20:50:59 +0200 From: Greg KH To: Yorick Rommers Cc: joe@perches.com, devel@driverdev.osuosl.org, lidza.louina@gmail.com, driverdev-devel@linuxdriverproject.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] Staging: dgnc: Using a temporary value for repeated dereferences. Message-ID: <20150503185059.GB1482@kroah.com> References: <1429491259.27863.1.camel@perches.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Apr 20, 2015 at 09:33:04AM +0200, Yorick Rommers wrote: > Sorry, it has been changed in the patch below. > > --------------------------------------- > > A patch for a line being too long (>80) in dgnc_mgmt.c, > fixed by making a temporary value for dgnc_Board[brd], > replacing all instanced of dgnc_Board[brd] with temporary value, > and removing unnecessary typecasts. > > Signed-off-by: Yorick Rommers > --- > drivers/staging/dgnc/dgnc_mgmt.c | 19 +++++++++++-------- > 1 file changed, 11 insertions(+), 8 deletions(-) I can't apply this as-is, please fix up and resend in a format that I can apply it in. thanks, greg k-h From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Sun, 3 May 2015 20:50:59 +0200 From: Greg KH Subject: Re: [PATCH] Staging: dgnc: Using a temporary value for repeated dereferences. Message-ID: <20150503185059.GB1482@kroah.com> References: <1429491259.27863.1.camel@perches.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: List-Id: Linux Driver Project Developer List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: driverdev-devel-bounces@linuxdriverproject.org Sender: "devel" To: Yorick Rommers Cc: joe@perches.com, devel@driverdev.osuosl.org, driverdev-devel@linuxdriverproject.org, linux-kernel@vger.kernel.org, lidza.louina@gmail.com On Mon, Apr 20, 2015 at 09:33:04AM +0200, Yorick Rommers wrote: > Sorry, it has been changed in the patch below. > > --------------------------------------- > > A patch for a line being too long (>80) in dgnc_mgmt.c, > fixed by making a temporary value for dgnc_Board[brd], > replacing all instanced of dgnc_Board[brd] with temporary value, > and removing unnecessary typecasts. > > Signed-off-by: Yorick Rommers > --- > drivers/staging/dgnc/dgnc_mgmt.c | 19 +++++++++++-------- > 1 file changed, 11 insertions(+), 8 deletions(-) I can't apply this as-is, please fix up and resend in a format that I can apply it in. thanks, greg k-h _______________________________________________ devel mailing list devel@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel