Re: [PATCH] staging: ccree: remove trailing whitespace. switch spaces to tabs

From: Greg KH
Date: Fri May 12 2017 - 05:00:47 EST


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