* [PATCH] clk: socfpga: cleanup spdx tags
@ 2022-02-17 17:34 trix
2022-02-22 15:50 ` Dinh Nguyen
2022-03-12 2:21 ` Stephen Boyd
0 siblings, 2 replies; 3+ messages in thread
From: trix @ 2022-02-17 17:34 UTC (permalink / raw)
To: dinguyen, mturquette, sboyd; +Cc: linux-clk, linux-kernel, Tom Rix
From: Tom Rix <trix@redhat.com>
Replace tabs with spaces in SPDX tag
Signed-off-by: Tom Rix <trix@redhat.com>
---
drivers/clk/socfpga/clk-periph-s10.c | 2 +-
drivers/clk/socfpga/clk-pll-s10.c | 2 +-
drivers/clk/socfpga/clk-s10.c | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/drivers/clk/socfpga/clk-periph-s10.c b/drivers/clk/socfpga/clk-periph-s10.c
index cbabde2b476b..f5c1ca42b668 100644
--- a/drivers/clk/socfpga/clk-periph-s10.c
+++ b/drivers/clk/socfpga/clk-periph-s10.c
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0
+// SPDX-License-Identifier: GPL-2.0
/*
* Copyright (C) 2017, Intel Corporation
*/
diff --git a/drivers/clk/socfpga/clk-pll-s10.c b/drivers/clk/socfpga/clk-pll-s10.c
index e444e4a0ee53..1d82737befd3 100644
--- a/drivers/clk/socfpga/clk-pll-s10.c
+++ b/drivers/clk/socfpga/clk-pll-s10.c
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0
+// SPDX-License-Identifier: GPL-2.0
/*
* Copyright (C) 2017, Intel Corporation
*/
diff --git a/drivers/clk/socfpga/clk-s10.c b/drivers/clk/socfpga/clk-s10.c
index 4e508a844b3d..9b2e0275fbf7 100644
--- a/drivers/clk/socfpga/clk-s10.c
+++ b/drivers/clk/socfpga/clk-s10.c
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0
+// SPDX-License-Identifier: GPL-2.0
/*
* Copyright (C) 2017, Intel Corporation
*/
--
2.26.3
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] clk: socfpga: cleanup spdx tags
2022-02-17 17:34 [PATCH] clk: socfpga: cleanup spdx tags trix
@ 2022-02-22 15:50 ` Dinh Nguyen
2022-03-12 2:21 ` Stephen Boyd
1 sibling, 0 replies; 3+ messages in thread
From: Dinh Nguyen @ 2022-02-22 15:50 UTC (permalink / raw)
To: trix, mturquette, sboyd; +Cc: linux-clk, linux-kernel
On 2/17/22 11:34, trix@redhat.com wrote:
> From: Tom Rix <trix@redhat.com>
>
> Replace tabs with spaces in SPDX tag
>
> Signed-off-by: Tom Rix <trix@redhat.com>
> ---
> drivers/clk/socfpga/clk-periph-s10.c | 2 +-
> drivers/clk/socfpga/clk-pll-s10.c | 2 +-
> drivers/clk/socfpga/clk-s10.c | 2 +-
> 3 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/drivers/clk/socfpga/clk-periph-s10.c b/drivers/clk/socfpga/clk-periph-s10.c
> index cbabde2b476b..f5c1ca42b668 100644
> --- a/drivers/clk/socfpga/clk-periph-s10.c
> +++ b/drivers/clk/socfpga/clk-periph-s10.c
> @@ -1,4 +1,4 @@
> -// SPDX-License-Identifier: GPL-2.0
> +// SPDX-License-Identifier: GPL-2.0
> /*
> * Copyright (C) 2017, Intel Corporation
> */
> diff --git a/drivers/clk/socfpga/clk-pll-s10.c b/drivers/clk/socfpga/clk-pll-s10.c
> index e444e4a0ee53..1d82737befd3 100644
> --- a/drivers/clk/socfpga/clk-pll-s10.c
> +++ b/drivers/clk/socfpga/clk-pll-s10.c
> @@ -1,4 +1,4 @@
> -// SPDX-License-Identifier: GPL-2.0
> +// SPDX-License-Identifier: GPL-2.0
> /*
> * Copyright (C) 2017, Intel Corporation
> */
> diff --git a/drivers/clk/socfpga/clk-s10.c b/drivers/clk/socfpga/clk-s10.c
> index 4e508a844b3d..9b2e0275fbf7 100644
> --- a/drivers/clk/socfpga/clk-s10.c
> +++ b/drivers/clk/socfpga/clk-s10.c
> @@ -1,4 +1,4 @@
> -// SPDX-License-Identifier: GPL-2.0
> +// SPDX-License-Identifier: GPL-2.0
> /*
> * Copyright (C) 2017, Intel Corporation
> */
Acked-by: Dinh Nguyen <dinguyen@kernel.org>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] clk: socfpga: cleanup spdx tags
2022-02-17 17:34 [PATCH] clk: socfpga: cleanup spdx tags trix
2022-02-22 15:50 ` Dinh Nguyen
@ 2022-03-12 2:21 ` Stephen Boyd
1 sibling, 0 replies; 3+ messages in thread
From: Stephen Boyd @ 2022-03-12 2:21 UTC (permalink / raw)
To: dinguyen, mturquette, trix; +Cc: linux-clk, linux-kernel, Tom Rix
Quoting trix@redhat.com (2022-02-17 09:34:53)
> From: Tom Rix <trix@redhat.com>
>
> Replace tabs with spaces in SPDX tag
>
> Signed-off-by: Tom Rix <trix@redhat.com>
> ---
Applied to clk-next
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-03-12 2:22 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-17 17:34 [PATCH] clk: socfpga: cleanup spdx tags trix
2022-02-22 15:50 ` Dinh Nguyen
2022-03-12 2:21 ` Stephen Boyd
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox