lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Fri, 22 Aug 2014 15:09:24 +0200
From:	Rasmus Villemoes <linux@...musvillemoes.dk>
To:	Rob Herring <robh+dt@...nel.org>, Pawel Moll <pawel.moll@....com>
Cc:	devicetree@...r.kernel.org, linux-kernel@...r.kernel.org,
	Rasmus Villemoes <linux@...musvillemoes.dk>
Subject: [PATCH] dt-bindings/mfs/palmas.h: Fix typo in include guard

Signed-off-by: Rasmus Villemoes <linux@...musvillemoes.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

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ