Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933316AbbD1Kkv (ORCPT ); Tue, 28 Apr 2015 06:40:51 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:47966 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933144AbbD1Kks (ORCPT ); Tue, 28 Apr 2015 06:40:48 -0400 Date: Tue, 28 Apr 2015 12:40:44 +0200 From: Greg KH To: Jason Eastman Cc: hofrat@osadl.org, linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] usb: image: mdc800: fixed various style issues Message-ID: <20150428104044.GA540@kroah.com> References: <1429833541-21717-1-git-send-email-eastman.jason.linux@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1429833541-21717-1-git-send-email-eastman.jason.linux@gmail.com> 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 Content-Length: 764 Lines: 20 On Thu, Apr 23, 2015 at 05:59:01PM -0600, Jason Eastman wrote: > Fixed several style issues with: comments, function perenthesis, > indentation, and conditional braces > > Signed-off-by: Jason Eastman > --- > drivers/usb/image/mdc800.c | 769 +++++++++++++++++++------------------------- > 1 file changed, 336 insertions(+), 433 deletions(-) That's a lot to fix all at "once", please break this up in to different patches, each one only doing one thing at a time. thanks, greg k-h -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/