2018-12-13 16:56:12

by Amir Mahdi Ghorbanian

[permalink] [raw]
Subject: [PATCH] Staging: comedi: 8255: fixed an SPDX License Tag coding style issue

From: Amir Mahdi Ghorbanian <[email protected]>

Fixed a coding style issue.

Signed-off-by: Amir Mahdi Ghorbanian <[email protected]>
---
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



2018-12-17 13:17:16

by Greg Kroah-Hartman

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

On Thu, Dec 13, 2018 at 08:53:17AM -0800, Amir Mahdi Ghorbanian wrote:
> From: Amir Mahdi Ghorbanian <[email protected]>
>
> Fixed a coding style issue.
>
> Signed-off-by: Amir Mahdi Ghorbanian <[email protected]>
> ---
> 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