linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] selftests: sparc64: Add missing SPDX License Identifiers
@ 2018-06-14  1:05 Shuah Khan (Samsung OSG)
  2018-06-14 18:49 ` Tom Hromatka
  0 siblings, 1 reply; 2+ messages in thread
From: Shuah Khan (Samsung OSG) @ 2018-06-14  1:05 UTC (permalink / raw)
  To: tom.hromatka, gregkh, allen.pais, davem
  Cc: Shuah Khan (Samsung OSG), linux-kselftest, linux-kernel

Add missing SPDX License Identifiers to Makefile(s).

Signed-off-by: Shuah Khan (Samsung OSG) <shuah@kernel.org>
---
 tools/testing/selftests/sparc64/Makefile         | 1 +
 tools/testing/selftests/sparc64/drivers/Makefile | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/tools/testing/selftests/sparc64/Makefile b/tools/testing/selftests/sparc64/Makefile
index 76b2206932c3..a19531dba4dc 100644
--- a/tools/testing/selftests/sparc64/Makefile
+++ b/tools/testing/selftests/sparc64/Makefile
@@ -1,3 +1,4 @@
+# SPDX-License-Identifier: GPL-2.0
 uname_M := $(shell uname -m 2>/dev/null || echo not)
 ARCH ?= $(shell echo $(uname_M) | sed -e s/x86_64/x86/)
 
diff --git a/tools/testing/selftests/sparc64/drivers/Makefile b/tools/testing/selftests/sparc64/drivers/Makefile
index 6264f40bbdbc..deb0df415565 100644
--- a/tools/testing/selftests/sparc64/drivers/Makefile
+++ b/tools/testing/selftests/sparc64/drivers/Makefile
@@ -1,4 +1,4 @@
-
+# SPDX-License-Identifier: GPL-2.0
 INCLUDEDIR := -I.
 CFLAGS := $(CFLAGS) $(INCLUDEDIR) -Wall -O2 -g
 
-- 
2.17.0


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

* Re: [PATCH] selftests: sparc64: Add missing SPDX License Identifiers
  2018-06-14  1:05 [PATCH] selftests: sparc64: Add missing SPDX License Identifiers Shuah Khan (Samsung OSG)
@ 2018-06-14 18:49 ` Tom Hromatka
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Hromatka @ 2018-06-14 18:49 UTC (permalink / raw)
  To: Shuah Khan (Samsung OSG), gregkh, allen.pais, davem
  Cc: linux-kselftest, linux-kernel



On 06/13/2018 07:05 PM, Shuah Khan (Samsung OSG) wrote:
> Add missing SPDX License Identifiers to Makefile(s).
>
> Signed-off-by: Shuah Khan (Samsung OSG) <shuah@kernel.org>

Reviewed-by: Tom Hromatka <tom.hromatka@oracle.com>

> ---
>   tools/testing/selftests/sparc64/Makefile         | 1 +
>   tools/testing/selftests/sparc64/drivers/Makefile | 2 +-
>   2 files changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/tools/testing/selftests/sparc64/Makefile b/tools/testing/selftests/sparc64/Makefile
> index 76b2206932c3..a19531dba4dc 100644
> --- a/tools/testing/selftests/sparc64/Makefile
> +++ b/tools/testing/selftests/sparc64/Makefile
> @@ -1,3 +1,4 @@
> +# SPDX-License-Identifier: GPL-2.0
>   uname_M := $(shell uname -m 2>/dev/null || echo not)
>   ARCH ?= $(shell echo $(uname_M) | sed -e s/x86_64/x86/)
>   
> diff --git a/tools/testing/selftests/sparc64/drivers/Makefile b/tools/testing/selftests/sparc64/drivers/Makefile
> index 6264f40bbdbc..deb0df415565 100644
> --- a/tools/testing/selftests/sparc64/drivers/Makefile
> +++ b/tools/testing/selftests/sparc64/drivers/Makefile
> @@ -1,4 +1,4 @@
> -
> +# SPDX-License-Identifier: GPL-2.0
>   INCLUDEDIR := -I.
>   CFLAGS := $(CFLAGS) $(INCLUDEDIR) -Wall -O2 -g
>   


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

end of thread, other threads:[~2018-06-14 18:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-14  1:05 [PATCH] selftests: sparc64: Add missing SPDX License Identifiers Shuah Khan (Samsung OSG)
2018-06-14 18:49 ` Tom Hromatka

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).