Re: [PATCH] Staging: comedi: 8255: fixed an SPDX License Tag coding style issue

From: Greg KH
Date: Mon Dec 17 2018 - 08:16:02 EST


On Thu, Dec 13, 2018 at 08:53:17AM -0800, Amir Mahdi Ghorbanian wrote:
> From: Amir Mahdi Ghorbanian <indigoOmega021@xxxxxxxxx>
>
> Fixed a coding style issue.
>
> Signed-off-by: Amir Mahdi Ghorbanian <indigoOmega021@xxxxxxxxx>
> ---
> drivers/staging/comedi/drivers/8255.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/staging/comedi/drivers/8255.h b/drivers/staging/comedi/drivers/8255.h
> index 6cd1339..ceae3ca 100644
> --- a/drivers/staging/comedi/drivers/8255.h
> +++ b/drivers/staging/comedi/drivers/8255.h
> @@ -1,4 +1,4 @@
> -// SPDX-License-Identifier: GPL-2.0+
> +/* SPDX-License-Identifier: GPL-2.0+ */
> /*
> * module/8255.h
> * Header file for 8255
> --
> 2.7.4

This patch does not apply to my tree at all. Always work against
linux-next so you do not duplicate work others have already done.

thanks,

greg k-h