All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] dt-bindings/mfs/palmas.h: Fix typo in include guard
@ 2014-08-22 13:09 Rasmus Villemoes
  0 siblings, 0 replies; only message in thread
From: Rasmus Villemoes @ 2014-08-22 13:09 UTC (permalink / raw)
  To: Rob Herring, Pawel Moll; +Cc: devicetree, linux-kernel, Rasmus Villemoes

Signed-off-by: Rasmus Villemoes <linux@rasmusvillemoes.dk>
---
 include/dt-bindings/mfd/palmas.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/dt-bindings/mfd/palmas.h b/include/dt-bindings/mfd/palmas.h
index 2c8ac48..f4db7df 100644
--- a/include/dt-bindings/mfd/palmas.h
+++ b/include/dt-bindings/mfd/palmas.h
@@ -8,11 +8,11 @@
  */
 
 #ifndef __DT_BINDINGS_PALMAS_H__
-#define __DT_BINDINGS_PALMAS_H
+#define __DT_BINDINGS_PALMAS_H__
 
 /* External control pins */
 #define PALMAS_EXT_CONTROL_PIN_ENABLE1	1
 #define PALMAS_EXT_CONTROL_PIN_ENABLE2	2
 #define PALMAS_EXT_CONTROL_PIN_NSLEEP	3
 
-#endif /* __DT_BINDINGS_PALMAS_H */
+#endif /* __DT_BINDINGS_PALMAS_H__ */
-- 
1.9.2


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2014-08-22 13:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-08-22 13:09 [PATCH] dt-bindings/mfs/palmas.h: Fix typo in include guard Rasmus Villemoes

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.