54 lines
1.7 KiB
Diff
54 lines
1.7 KiB
Diff
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: ipmi-sensors: fix header guard definitions
|
|
|
|
---
|
|
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 +-
|
|
4 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"
|
|
|
|
--
|
|
cgit v1.2.3-70-g09d2
|
|
|