From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754674AbbDUHuO (ORCPT ); Tue, 21 Apr 2015 03:50:14 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:49790 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750922AbbDUHuK (ORCPT ); Tue, 21 Apr 2015 03:50:10 -0400 Date: Tue, 21 Apr 2015 09:50:05 +0200 From: Greg KH To: Gbenga Adalumo Cc: devel@driverdev.osuosl.org, Ian Abbott , linux-kernel@vger.kernel.org Subject: Re: [PATCH] Staging: comedi: fix coding style errors in daqboard2000.c Message-ID: <20150421075005.GB10367@kroah.com> References: <1429498771-21185-1-git-send-email-gbengadev@gmail.com> <20150420144347.GB7261@kroah.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 07:57:31PM -0700, Gbenga Adalumo wrote: > The patch fixes a trailing whitespace and code indenting coding style > errors as reported by checkpatch.pl tool. > Details of the lines where the fixed errors were reported are as follows: > > drivers/staging/comedi/drivers/daqboard2000.c:43: ERROR: trailing whitespace > drivers/staging/comedi/drivers/daqboard2000.c:46: ERROR: code indent > should use tabs where possible You don't have to list all of the individual errors, and not in a line-wrapped way either. It looks like you are fixing different types of errors, so please provide different patches to do them. Each patch should just do one thing. thanks, greg k-h