Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1697558 > unrolled thread

[PATCH] clk: sunxi-ng: Fix header guard of ccu-sun8i-r.h

Started byMatthias Kaehlcke <mka@chromium.org>
First post2017-07-26 23:10 +0200
Last post2017-07-27 17:00 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH] clk: sunxi-ng: Fix header guard of ccu-sun8i-r.h Matthias Kaehlcke <mka@chromium.org> - 2017-07-26 23:10 +0200
    Re: [PATCH] clk: sunxi-ng: Fix header guard of ccu-sun8i-r.h Maxime Ripard <maxime.ripard@free-electrons.com> - 2017-07-27 17:00 +0200

#1697558 — [PATCH] clk: sunxi-ng: Fix header guard of ccu-sun8i-r.h

FromMatthias Kaehlcke <mka@chromium.org>
Date2017-07-26 23:10 +0200
Subject[PATCH] clk: sunxi-ng: Fix header guard of ccu-sun8i-r.h
Message-ID<u7BJ7-5vg-3@gated-at.bofh.it>
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

[toc] | [next] | [standalone]


#1698068

FromMaxime Ripard <maxime.ripard@free-electrons.com>
Date2017-07-27 17:00 +0200
Message-ID<u7SqB-7mN-19@gated-at.bofh.it>
In reply to#1697558

[Multipart message — attachments visible in raw view] — view raw

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

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web