Re: [PATCH] Staging: octeon-usb: octeon-hcd.c: style fix line length warning

From: Greg KH
Date: Wed Jun 13 2018 - 16:53:22 EST


On Wed, Jun 13, 2018 at 04:40:15PM -0400, Javier Martinez wrote:
> Checkpatch.pl issued a warning in the top of the commment within
> octeon-hcd.c. This is a simple style fix for that.
>
> Signed-off-by: Javier Martinez <javiermlinux@xxxxxxxxx>
> ---
> drivers/staging/octeon-usb/octeon-hcd.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/staging/octeon-usb/octeon-hcd.c b/drivers/staging/octeon-usb/octeon-hcd.c
> index cded30f145aa..768b0148f3d5 100644
> --- a/drivers/staging/octeon-usb/octeon-hcd.c
> +++ b/drivers/staging/octeon-usb/octeon-hcd.c
> @@ -1,5 +1,5 @@
> /*
> - * This file is subject to the terms and conditions of the GNU General Public
> + * This file is subject to the terms and conditions of the GPL
> * License. See the file "COPYING" in the main directory of this archive

The grammer is now incorrect :(

Shouldn't we just have a SPDX line at the top here and this whole boiler
plate text be removed?

thanks,

greg k-h