public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] staging: comedi: comedidev.h: Fix SPDX-License-Identifier tag style
@ 2018-05-24 17:44 Nishad Kamdar
  2018-05-25 11:08 ` Ian Abbott
  0 siblings, 1 reply; 2+ messages in thread
From: Nishad Kamdar @ 2018-05-24 17:44 UTC (permalink / raw)
  To: Ian Abbott, H Hartley Sweeten, Greg Kroah-Hartman; +Cc: devel, linux-kernel

Replace // SPDX-License-Identifier: GPL-2.0+ by
/* SPDX-License-Identifier: GPL-2.0+ */ as per licensing rule
for C header files. Issue found by checkpatch. Part of
Eudyptula Challenge.

Signed-off-by: Nishad Kamdar <nishadkamdar@gmail.com>
---
 drivers/staging/comedi/comedidev.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/comedi/comedidev.h b/drivers/staging/comedi/comedidev.h
index f3474a4ba69e..c54ac94d89d2 100644
--- a/drivers/staging/comedi/comedidev.h
+++ b/drivers/staging/comedi/comedidev.h
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0+
+/* SPDX-License-Identifier: GPL-2.0+ */
 /*
  * comedidev.h
  * header file for kernel-only structures, variables, and constants
-- 
2.17.0

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] staging: comedi: comedidev.h: Fix SPDX-License-Identifier tag style
  2018-05-24 17:44 [PATCH] staging: comedi: comedidev.h: Fix SPDX-License-Identifier tag style Nishad Kamdar
@ 2018-05-25 11:08 ` Ian Abbott
  0 siblings, 0 replies; 2+ messages in thread
From: Ian Abbott @ 2018-05-25 11:08 UTC (permalink / raw)
  To: Nishad Kamdar, H Hartley Sweeten, Greg Kroah-Hartman; +Cc: devel, linux-kernel

On 24/05/18 18:44, Nishad Kamdar wrote:
> Replace // SPDX-License-Identifier: GPL-2.0+ by
> /* SPDX-License-Identifier: GPL-2.0+ */ as per licensing rule
> for C header files. Issue found by checkpatch. Part of
> Eudyptula Challenge.
> 
> Signed-off-by: Nishad Kamdar <nishadkamdar@gmail.com>
> ---
>   drivers/staging/comedi/comedidev.h | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/staging/comedi/comedidev.h b/drivers/staging/comedi/comedidev.h
> index f3474a4ba69e..c54ac94d89d2 100644
> --- a/drivers/staging/comedi/comedidev.h
> +++ b/drivers/staging/comedi/comedidev.h
> @@ -1,4 +1,4 @@
> -// SPDX-License-Identifier: GPL-2.0+
> +/* SPDX-License-Identifier: GPL-2.0+ */
>   /*
>    * comedidev.h
>    * header file for kernel-only structures, variables, and constants
> 

That looks fine thanks.

Reviewed-by: Ian Abbott <abbotti@mev.co.uk>

-- 
-=( Ian Abbott <abbotti@mev.co.uk> || Web: www.mev.co.uk )=-
-=( MEV Ltd. is a company registered in England & Wales. )=-
-=( Registered number: 02862268.  Registered address:    )=-
-=( 15 West Park Road, Bramhall, STOCKPORT, SK7 3JZ, UK. )=-

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-05-25 11:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-24 17:44 [PATCH] staging: comedi: comedidev.h: Fix SPDX-License-Identifier tag style Nishad Kamdar
2018-05-25 11:08 ` Ian Abbott

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox