From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757007AbdELJAo (ORCPT ); Fri, 12 May 2017 05:00:44 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:50010 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756114AbdELJAm (ORCPT ); Fri, 12 May 2017 05:00:42 -0400 Date: Fri, 12 May 2017 11:00:32 +0200 From: Greg KH To: Connor Kelleher Cc: devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] staging: ccree: remove trailing whitespace. switch spaces to tabs Message-ID: <20170512090032.GB17874@kroah.com> References: <20170509183956.14493-1-connor.r.kelleher@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170509183956.14493-1-connor.r.kelleher@gmail.com> User-Agent: Mutt/1.8.2 (2017-04-18) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, May 09, 2017 at 11:39:56AM -0700, Connor Kelleher wrote: > ssi_fips.c: > > fixing checkpatch.pl errors: > > ERROR: trailing whitespace > + * $ > > ERROR: trailing whitespace > + * $ > > ERROR: trailing whitespace > + * $ > > ERROR: trailing whitespace > +This function returns the REE FIPS state. $ > > ERROR: trailing whitespace > +It should be called by kernel module. $ > > ERROR: code indent should use tabs where possible > + int rc = 0;$ > > ERROR: trailing whitespace > +This function returns the REE FIPS error. $ > > ERROR: trailing whitespace > +It should be called by kernel module. $ > > ERROR: code indent should use tabs where possible > + int rc = 0;$ Those are different "types" of errors, please only do one type of thing per patch. thanks, greg k-h