blob: b04b3058358be7d622d79cb4e341f092c39a2628 [file] [log] [blame] [edit]
From c3d1a3f5c550940577076ce2c4595b470ae963c3 Mon Sep 17 00:00:00 2001
From: Albert Chu <chu11@llnl.gov>
Date: Sun, 24 Mar 2024 13:11:55 -0700
Subject: [PATCH] ipmi-sensors: fix header guard definitions
Signed-off-by: Albert Chu <chu11@llnl.gov>
[Waldemar: removed Changelog patching]
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
Upstream: https://git.savannah.gnu.org/cgit/freeipmi.git/commit/?h=freeipmi-1-6-0-stable&id=c3d1a3f5c550940577076ce2c4595b470ae963c3
---
ipmi-sensors/ipmi-sensors-oem-intel-s2600jf.h | 2 +-
ipmi-sensors/ipmi-sensors-oem-intel-s2600wp.h | 2 +-
ipmi-sensors/ipmi-sensors-oem-intel-s5500wb.h | 2 +-
3 files changed, 10 insertions(+), 3 deletions(-)
diff --git a/ipmi-sensors/ipmi-sensors-oem-intel-s2600jf.h b/ipmi-sensors/ipmi-sensors-oem-intel-s2600jf.h
index 0b11e61ce..4ae808cda 100644
--- a/ipmi-sensors/ipmi-sensors-oem-intel-s2600jf.h
+++ b/ipmi-sensors/ipmi-sensors-oem-intel-s2600jf.h
@@ -17,7 +17,7 @@
*/
#ifndef IPMI_SENSORS_OEM_INTEL_S2600JF_H
-#define IPMI_SENSORS_OEM_INTEL_H
+#define IPMI_SENSORS_OEM_INTEL_S2600JF_H
#include "ipmi-sensors.h"
diff --git a/ipmi-sensors/ipmi-sensors-oem-intel-s2600wp.h b/ipmi-sensors/ipmi-sensors-oem-intel-s2600wp.h
index 0607b125d..5c6410b7b 100644
--- a/ipmi-sensors/ipmi-sensors-oem-intel-s2600wp.h
+++ b/ipmi-sensors/ipmi-sensors-oem-intel-s2600wp.h
@@ -17,7 +17,7 @@
*/
#ifndef IPMI_SENSORS_OEM_INTEL_S2600WP_H
-#define IPMI_SENSORS_OEM_INTEL_H
+#define IPMI_SENSORS_OEM_INTEL_S2600WP_H
#include "ipmi-sensors.h"
diff --git a/ipmi-sensors/ipmi-sensors-oem-intel-s5500wb.h b/ipmi-sensors/ipmi-sensors-oem-intel-s5500wb.h
index f4f3dc85b..204295bd8 100644
--- a/ipmi-sensors/ipmi-sensors-oem-intel-s5500wb.h
+++ b/ipmi-sensors/ipmi-sensors-oem-intel-s5500wb.h
@@ -17,7 +17,7 @@
*/
#ifndef IPMI_SENSORS_OEM_INTEL_S5500WB_H
-#define IPMI_SENSORS_OEM_INTEL_H
+#define IPMI_SENSORS_OEM_INTEL_S5500WB_H
#include "ipmi-sensors.h"
--
2.39.2