All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] staging: mt7621-dma: SPDX license cleanups
@ 2019-03-02  8:32 Jules Irenge
  2019-03-02  8:32 ` [PATCH v2 1/2] staging: mt7621-dma: add SPDX GPL-2.0+ license identifier Jules Irenge
  2019-03-02  8:32 ` [PATCH v2 2/2] staging: mt7621-dma: remove license boilerplate text Jules Irenge
  0 siblings, 2 replies; 4+ messages in thread
From: Jules Irenge @ 2019-03-02  8:32 UTC (permalink / raw)
  To: gregkh; +Cc: outreachy-kernel

 This v2 series made commit message more clear, corrected grammar in code comment
 and added punctuation.

Jules Irenge (2):
  staging: mt7621-dma: add SPDX GPL-2.0+ license identifier
  staging: mt7621-dma: remove license boilerplate text

 drivers/staging/mt7621-dma/mtk-hsdma.c | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

-- 
2.20.1



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

* [PATCH v2 1/2] staging: mt7621-dma: add SPDX GPL-2.0+ license identifier
  2019-03-02  8:32 [PATCH v2 0/2] staging: mt7621-dma: SPDX license cleanups Jules Irenge
@ 2019-03-02  8:32 ` Jules Irenge
  2019-03-02  8:51   ` [Outreachy kernel] " Julia Lawall
  2019-03-02  8:32 ` [PATCH v2 2/2] staging: mt7621-dma: remove license boilerplate text Jules Irenge
  1 sibling, 1 reply; 4+ messages in thread
From: Jules Irenge @ 2019-03-02  8:32 UTC (permalink / raw)
  To: gregkh; +Cc: outreachy-kernel

Add SPDX GPL-2.0+ to fix missing SPDX warning
 reported by checkpatch.pl.

Signed-off-by: Jules Irenge <jbi.octave@gmail.com>
---
 drivers/staging/mt7621-dma/mtk-hsdma.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/staging/mt7621-dma/mtk-hsdma.c b/drivers/staging/mt7621-dma/mtk-hsdma.c
index d67a2504adb1..7d69586f23c0 100644
--- a/drivers/staging/mt7621-dma/mtk-hsdma.c
+++ b/drivers/staging/mt7621-dma/mtk-hsdma.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0-or-later
 /*
  *  Copyright (C) 2015, Michael Lee <igvtee@gmail.com>
  *  MTK HSDMA support
-- 
2.20.1



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

* [PATCH v2 2/2] staging: mt7621-dma: remove license boilerplate text
  2019-03-02  8:32 [PATCH v2 0/2] staging: mt7621-dma: SPDX license cleanups Jules Irenge
  2019-03-02  8:32 ` [PATCH v2 1/2] staging: mt7621-dma: add SPDX GPL-2.0+ license identifier Jules Irenge
@ 2019-03-02  8:32 ` Jules Irenge
  1 sibling, 0 replies; 4+ messages in thread
From: Jules Irenge @ 2019-03-02  8:32 UTC (permalink / raw)
  To: gregkh; +Cc: outreachy-kernel

Remove license boilerplate text.

Signed-off-by: Jules Irenge <jbi.octave@gmail.com>
---
 drivers/staging/mt7621-dma/mtk-hsdma.c | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/drivers/staging/mt7621-dma/mtk-hsdma.c b/drivers/staging/mt7621-dma/mtk-hsdma.c
index 7d69586f23c0..e4a522f3b448 100644
--- a/drivers/staging/mt7621-dma/mtk-hsdma.c
+++ b/drivers/staging/mt7621-dma/mtk-hsdma.c
@@ -2,12 +2,6 @@
 /*
  *  Copyright (C) 2015, Michael Lee <igvtee@gmail.com>
  *  MTK HSDMA support
- *
- *  This program is free software; you can redistribute it and/or modify it
- *  under  the terms of the GNU General	 Public License as published by the
- *  Free Software Foundation;  either version 2 of the License, or (at your
- *  option) any later version.
- *
  */
 
 #include <linux/dmaengine.h>
-- 
2.20.1



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

* Re: [Outreachy kernel] [PATCH v2 1/2] staging: mt7621-dma: add SPDX GPL-2.0+ license identifier
  2019-03-02  8:32 ` [PATCH v2 1/2] staging: mt7621-dma: add SPDX GPL-2.0+ license identifier Jules Irenge
@ 2019-03-02  8:51   ` Julia Lawall
  0 siblings, 0 replies; 4+ messages in thread
From: Julia Lawall @ 2019-03-02  8:51 UTC (permalink / raw)
  To: Jules Irenge; +Cc: gregkh, outreachy-kernel



On Sat, 2 Mar 2019, Jules Irenge wrote:

> Add SPDX GPL-2.0+ to fix missing SPDX warning
>  reported by checkpatch.pl.

Again, the identifier in the commit message is not the same as the
identifier in the patch.

julia

>
> Signed-off-by: Jules Irenge <jbi.octave@gmail.com>
> ---
>  drivers/staging/mt7621-dma/mtk-hsdma.c | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/drivers/staging/mt7621-dma/mtk-hsdma.c b/drivers/staging/mt7621-dma/mtk-hsdma.c
> index d67a2504adb1..7d69586f23c0 100644
> --- a/drivers/staging/mt7621-dma/mtk-hsdma.c
> +++ b/drivers/staging/mt7621-dma/mtk-hsdma.c
> @@ -1,3 +1,4 @@
> +// SPDX-License-Identifier: GPL-2.0-or-later
>  /*
>   *  Copyright (C) 2015, Michael Lee <igvtee@gmail.com>
>   *  MTK HSDMA support
> --
> 2.20.1
>
> --
> You received this message because you are subscribed to the Google Groups "outreachy-kernel" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to outreachy-kernel+unsubscribe@googlegroups.com.
> To post to this group, send email to outreachy-kernel@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/msgid/outreachy-kernel/20190302083240.23894-2-jbi.octave%40gmail.com.
> For more options, visit https://groups.google.com/d/optout.
>


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

end of thread, other threads:[~2019-03-02  8:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-02  8:32 [PATCH v2 0/2] staging: mt7621-dma: SPDX license cleanups Jules Irenge
2019-03-02  8:32 ` [PATCH v2 1/2] staging: mt7621-dma: add SPDX GPL-2.0+ license identifier Jules Irenge
2019-03-02  8:51   ` [Outreachy kernel] " Julia Lawall
2019-03-02  8:32 ` [PATCH v2 2/2] staging: mt7621-dma: remove license boilerplate text Jules Irenge

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.