LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [PATCH] clk: palmas: Add a missing SPDX license header
@ 2021-07-31 13:22 Jason Wang
2021-08-06 0:34 ` Stephen Boyd
0 siblings, 1 reply; 2+ messages in thread
From: Jason Wang @ 2021-07-31 13:22 UTC (permalink / raw)
To: sboyd; +Cc: mturquette, linux-clk, linux-kernel, Jason Wang
Add the missing SPDX license header to drivers/clk/clk-palmas.c.
Signed-off-by: Jason Wang <wangborong@cdjrlc.com>
---
drivers/clk/clk-palmas.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/clk/clk-palmas.c b/drivers/clk/clk-palmas.c
index e41a3a9f7528..84dcb1aca4a5 100644
--- a/drivers/clk/clk-palmas.c
+++ b/drivers/clk/clk-palmas.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
/*
* Clock driver for Palmas device.
*
--
2.32.0
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] clk: palmas: Add a missing SPDX license header
2021-07-31 13:22 [PATCH] clk: palmas: Add a missing SPDX license header Jason Wang
@ 2021-08-06 0:34 ` Stephen Boyd
0 siblings, 0 replies; 2+ messages in thread
From: Stephen Boyd @ 2021-08-06 0:34 UTC (permalink / raw)
To: Jason Wang; +Cc: mturquette, linux-clk, linux-kernel, Jason Wang
Quoting Jason Wang (2021-07-31 06:22:26)
> Add the missing SPDX license header to drivers/clk/clk-palmas.c.
>
> Signed-off-by: Jason Wang <wangborong@cdjrlc.com>
> ---
> drivers/clk/clk-palmas.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/clk/clk-palmas.c b/drivers/clk/clk-palmas.c
> index e41a3a9f7528..84dcb1aca4a5 100644
> --- a/drivers/clk/clk-palmas.c
> +++ b/drivers/clk/clk-palmas.c
> @@ -1,3 +1,4 @@
> +// SPDX-License-Identifier: GPL-2.0
> /*
> * Clock driver for Palmas device.
> *
Shouldn't we remove the license text in the comment at the same time?
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-08-06 0:34 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-31 13:22 [PATCH] clk: palmas: Add a missing SPDX license header Jason Wang
2021-08-06 0:34 ` Stephen Boyd
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).