All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] tps6586x.h: fix inclusion guard
@ 2014-06-10 21:01 Jeroen Hofstee
  2014-06-11  2:48 ` Simon Glass
  2014-06-11 22:20 ` [U-Boot] " Tom Rini
  0 siblings, 2 replies; 3+ messages in thread
From: Jeroen Hofstee @ 2014-06-10 21:01 UTC (permalink / raw)
  To: u-boot

cc: Simon Glass <sjg@chromium.org>
Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl>
---
 include/tps6586x.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/tps6586x.h b/include/tps6586x.h
index 10ca103..78ce428 100644
--- a/include/tps6586x.h
+++ b/include/tps6586x.h
@@ -5,7 +5,7 @@
  * SPDX-License-Identifier:	GPL-2.0+
  */
 
-#ifndef __H_
+#ifndef _TPS6586X_H_
 #define _TPS6586X_H_
 
 enum {
-- 
1.8.3.2

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

end of thread, other threads:[~2014-06-11 22:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-10 21:01 [U-Boot] [PATCH] tps6586x.h: fix inclusion guard Jeroen Hofstee
2014-06-11  2:48 ` Simon Glass
2014-06-11 22:20 ` [U-Boot] " Tom Rini

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.