All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] clk: sunxi-ng: v3s: Correct the header guard of ccu-sun8i-v3s.h
@ 2022-11-08  9:43 Wei Li
  2022-11-09 17:12 ` Jernej Škrabec
  2022-11-16 18:46 ` Jernej Škrabec
  0 siblings, 2 replies; 3+ messages in thread
From: Wei Li @ 2022-11-08  9:43 UTC (permalink / raw)
  To: Michael Turquette, Stephen Boyd, Chen-Yu Tsai, Jernej Skrabec,
	Samuel Holland
  Cc: linux-clk, linux-sunxi, linux-kernel, huawei.libin

Rename the header guard of ccu-sun8i-v3s.h from _CCU_SUN8I_H3_H_ to
_CCU_SUN8I_V3S_H_ what corresponding with the file name.

Fixes: d0f11d14b0bc ("clk: sunxi-ng: add support for V3s CCU")
Signed-off-by: Wei Li <liwei391@huawei.com>
---
 drivers/clk/sunxi-ng/ccu-sun8i-v3s.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/clk/sunxi-ng/ccu-sun8i-v3s.h b/drivers/clk/sunxi-ng/ccu-sun8i-v3s.h
index 108eeeedcbf7..345cdbbab362 100644
--- a/drivers/clk/sunxi-ng/ccu-sun8i-v3s.h
+++ b/drivers/clk/sunxi-ng/ccu-sun8i-v3s.h
@@ -6,8 +6,8 @@
  * Copyright (c) 2016 Maxime Ripard <maxime.ripard@free-electrons.com>
  */
 
-#ifndef _CCU_SUN8I_H3_H_
-#define _CCU_SUN8I_H3_H_
+#ifndef _CCU_SUN8I_V3S_H_
+#define _CCU_SUN8I_V3S_H_
 
 #include <dt-bindings/clock/sun8i-v3s-ccu.h>
 #include <dt-bindings/reset/sun8i-v3s-ccu.h>
@@ -51,4 +51,4 @@
 
 #define CLK_PLL_DDR1		74
 
-#endif /* _CCU_SUN8I_H3_H_ */
+#endif /* _CCU_SUN8I_V3S_H_ */
-- 
2.25.1


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

* Re: [PATCH] clk: sunxi-ng: v3s: Correct the header guard of ccu-sun8i-v3s.h
  2022-11-08  9:43 [PATCH] clk: sunxi-ng: v3s: Correct the header guard of ccu-sun8i-v3s.h Wei Li
@ 2022-11-09 17:12 ` Jernej Škrabec
  2022-11-16 18:46 ` Jernej Škrabec
  1 sibling, 0 replies; 3+ messages in thread
From: Jernej Škrabec @ 2022-11-09 17:12 UTC (permalink / raw)
  To: Michael Turquette, Stephen Boyd, Chen-Yu Tsai, Samuel Holland, Wei Li
  Cc: linux-clk, linux-sunxi, linux-kernel, huawei.libin

Dne torek, 08. november 2022 ob 10:43:35 CET je Wei Li napisal(a):
> Rename the header guard of ccu-sun8i-v3s.h from _CCU_SUN8I_H3_H_ to
> _CCU_SUN8I_V3S_H_ what corresponding with the file name.
> 
> Fixes: d0f11d14b0bc ("clk: sunxi-ng: add support for V3s CCU")
> Signed-off-by: Wei Li <liwei391@huawei.com>

Acked-by: Jernej Skrabec <jernej.skrabec@gmail.com>

Best regards,
Jernej



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

* Re: [PATCH] clk: sunxi-ng: v3s: Correct the header guard of ccu-sun8i-v3s.h
  2022-11-08  9:43 [PATCH] clk: sunxi-ng: v3s: Correct the header guard of ccu-sun8i-v3s.h Wei Li
  2022-11-09 17:12 ` Jernej Škrabec
@ 2022-11-16 18:46 ` Jernej Škrabec
  1 sibling, 0 replies; 3+ messages in thread
From: Jernej Škrabec @ 2022-11-16 18:46 UTC (permalink / raw)
  To: Michael Turquette, Stephen Boyd, Chen-Yu Tsai, Samuel Holland, Wei Li
  Cc: linux-clk, linux-sunxi, linux-kernel, huawei.libin

Dne torek, 08. november 2022 ob 10:43:35 CET je Wei Li napisal(a):
> Rename the header guard of ccu-sun8i-v3s.h from _CCU_SUN8I_H3_H_ to
> _CCU_SUN8I_V3S_H_ what corresponding with the file name.
> 
> Fixes: d0f11d14b0bc ("clk: sunxi-ng: add support for V3s CCU")
> Signed-off-by: Wei Li <liwei391@huawei.com>

Applied, thanks!

Best regards,
Jernej



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

end of thread, other threads:[~2022-11-16 18:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-08  9:43 [PATCH] clk: sunxi-ng: v3s: Correct the header guard of ccu-sun8i-v3s.h Wei Li
2022-11-09 17:12 ` Jernej Škrabec
2022-11-16 18:46 ` Jernej Škrabec

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.