linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] clk: sunxi-ng: Fix header guard of ccu-sun8i-r.h
@ 2017-07-26 21:02 Matthias Kaehlcke
  2017-07-27 14:53 ` Maxime Ripard
  0 siblings, 1 reply; 2+ messages in thread
From: Matthias Kaehlcke @ 2017-07-26 21:02 UTC (permalink / raw)
  To: Maxime Ripard, Chen-Yu Tsai, Michael Turquette, Stephen Boyd
  Cc: linux-arm-kernel, linux-clk, linux-kernel, Matthias Kaehlcke

Remove trailing extra underscore in definition of _CCU_SUN8I_R_H

Signed-off-by: Matthias Kaehlcke <mka@chromium.org>
---
 drivers/clk/sunxi-ng/ccu-sun8i-r.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/clk/sunxi-ng/ccu-sun8i-r.h b/drivers/clk/sunxi-ng/ccu-sun8i-r.h
index a7a407f12b56..fb01bffb929d 100644
--- a/drivers/clk/sunxi-ng/ccu-sun8i-r.h
+++ b/drivers/clk/sunxi-ng/ccu-sun8i-r.h
@@ -13,7 +13,7 @@
  */
 
 #ifndef _CCU_SUN8I_R_H
-#define _CCU_SUN8I_R_H_
+#define _CCU_SUN8I_R_H
 
 #include <dt-bindings/clock/sun8i-r-ccu.h>
 #include <dt-bindings/reset/sun8i-r-ccu.h>
-- 
2.14.0.rc0.400.g1c36432dff-goog

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

* Re: [PATCH] clk: sunxi-ng: Fix header guard of ccu-sun8i-r.h
  2017-07-26 21:02 [PATCH] clk: sunxi-ng: Fix header guard of ccu-sun8i-r.h Matthias Kaehlcke
@ 2017-07-27 14:53 ` Maxime Ripard
  0 siblings, 0 replies; 2+ messages in thread
From: Maxime Ripard @ 2017-07-27 14:53 UTC (permalink / raw)
  To: Matthias Kaehlcke
  Cc: Chen-Yu Tsai, Michael Turquette, Stephen Boyd, linux-arm-kernel,
	linux-clk, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 327 bytes --]

On Wed, Jul 26, 2017 at 02:02:21PM -0700, Matthias Kaehlcke wrote:
> Remove trailing extra underscore in definition of _CCU_SUN8I_R_H
> 
> Signed-off-by: Matthias Kaehlcke <mka@chromium.org>

Applied, thanks!
Maxime

-- 
Maxime Ripard, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 801 bytes --]

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

end of thread, other threads:[~2017-07-27 14:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-07-26 21:02 [PATCH] clk: sunxi-ng: Fix header guard of ccu-sun8i-r.h Matthias Kaehlcke
2017-07-27 14:53 ` Maxime Ripard

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).