[PATCH phosphor-host-ipmid 3/4] Add get sel time cmd

OpenBMC Patches patches at stwcx.xyz
Wed Oct 21 14:23:28 AEDT 2015


From: Adriana Kobylak <anoo at us.ibm.com>

---
 storagehandler.C | 2 +-
 storagehandler.h | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/storagehandler.C b/storagehandler.C
index 276dd70..d26fa56 100644
--- a/storagehandler.C
+++ b/storagehandler.C
@@ -34,7 +34,7 @@ ipmi_ret_t ipmi_storage_get_sel_time(ipmi_netfn_t netfn, ipmi_cmd_t cmd,
 
     printf("IPMI Handling GET-SEL-TIME\n");
 
-    // From the IPMI Spec 2.0, response should be a 32-bit value
+    // IPMI Spec 2.0: response should be a 32-bit value
     *data_len = sizeof(uint32_t);
 
     // Pack the actual response
diff --git a/storagehandler.h b/storagehandler.h
index 1b7f552..453b8a6 100644
--- a/storagehandler.h
+++ b/storagehandler.h
@@ -1,7 +1,7 @@
 #ifndef __HOST_IPMI_STORAGE_HANDLER_H__
 #define __HOST_IPMI_STORAGE_HANDLER_H__
 
-// IPMI commands for Storage net functions.
+// IPMI commands for Storage net functions
 enum ipmi_netfn_storage_cmds
 {
     // Get capability bits
-- 
2.6.0




More information about the openbmc mailing list