[PATCH] lib: fwts_olog.h: fix include guard

Colin King colin.king at canonical.com
Tue Jun 7 09:21:55 UTC 2016


From: Colin Ian King <colin.king at canonical.com>

The macro that guards multiple inclusions of fwts_olog.h is incorrectly
named, it should be __FWTS_OLOG_H__ and not __FWTS_OPAL_H__.

Signed-off-by: Colin Ian King <colin.king at canonical.com>
---
 src/lib/include/fwts_olog.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/lib/include/fwts_olog.h b/src/lib/include/fwts_olog.h
index 7df7e74..534207e 100644
--- a/src/lib/include/fwts_olog.h
+++ b/src/lib/include/fwts_olog.h
@@ -18,8 +18,8 @@
  *
  */
 
-#ifndef __FWTS_OPAL_H__
-#define __FWTS_OPAL_H__
+#ifndef __FWTS_OLOG_H__
+#define __FWTS_OLOG_H__
 
 #include <sys/types.h>
 #include <regex.h>
-- 
2.8.1




More information about the fwts-devel mailing list