Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1697558
| From | Matthias Kaehlcke <mka@chromium.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH] clk: sunxi-ng: Fix header guard of ccu-sun8i-r.h |
| Date | 2017-07-26 23:10 +0200 |
| Message-ID | <u7BJ7-5vg-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[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
csiph-web