forked from pool/ipmitool
Thomas Renninger
e7e8d0d141
* Add: 0001-fix-typo.patch 0002-added-microTCA-major-version.patch 0003-replaced-removed-defines-which-are-already-present-i.patch 0004-fix-typo.patch 0005-fix-typo.patch 0006-ID-461-OpenSSL-1.1-compatibility-error-storage-size-.patch 0007-ID-461-Make-compiler-happier-about-changes-related-t.patch 0008-ID-474-Compile-fix-on-nonlinux-systems.patch 0009-Add-bootstrap-support-for-Mac.patch 0010-Prevent-autoreconf-from-complaining-about-missing-NE.patch 0011-Add-git-hash-and-dirty-mark-to-ipmitool-version.patch 0012-Add-some-more-configure-build-editor-byproducts-to-..patch 0013-ID-478-ekanalyzer-Fixed-decoding-of-FRU-fields.patch 0014-ID-479-ekanalyzer-fix-processing-of-custom-mfg.-fiel.patch 0015-ID-477-fru-Fix-decoding-of-non-text-data-in-get_fru_.patch 0016-Make-git-revision-more-descriptive.patch 0017-ID-480-ipmitool-coredumps-in-EVP_CIPHER_CTX_init.patch OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/ipmitool?expand=0&rev=40
27 lines
996 B
Diff
27 lines
996 B
Diff
From c6cd49ea37da24d6e0a445845d0e63f2d2256418 Mon Sep 17 00:00:00 2001
|
|
From: Bjoern Spruck <bspruck@uni-mainz.de>
|
|
Date: Thu, 1 Sep 2016 11:26:44 +0200
|
|
Subject: [PATCH 01/17] fix typo
|
|
|
|
Signed-off-by: Bjoern Spruck <bspruck@uni-mainz.de>
|
|
---
|
|
include/ipmitool/ipmi_sel.h | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/include/ipmitool/ipmi_sel.h b/include/ipmitool/ipmi_sel.h
|
|
index 1c325db..ab8eaa9 100644
|
|
--- a/include/ipmitool/ipmi_sel.h
|
|
+++ b/include/ipmitool/ipmi_sel.h
|
|
@@ -580,7 +580,7 @@ static const struct ipmi_event_sensor_types sensor_specific_event_types[] = {
|
|
{ 0xF1, 0x01, 0xff, "IPMB-A enabled, IPMB-B disabled" },
|
|
{ 0xF1, 0x02, 0xff, "IPMB-A disabled, IPMB-B enabled" },
|
|
{ 0xF1, 0x03, 0xff, "IPMB-A enabled, IPMP-B enabled" },
|
|
- /* PICNG Moduke Hot Swap */
|
|
+ /* PICMG Module Hot Swap */
|
|
{ 0xF2, 0x00, 0xff, "Module Handle Closed" },
|
|
{ 0xF2, 0x01, 0xff, "Module Handle Opened" },
|
|
{ 0xF2, 0x02, 0xff, "Quiesced" },
|
|
--
|
|
1.8.5.6
|
|
|