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

Patrick Williams patrick at stwcx.xyz
Thu Oct 22 13:57:32 AEDT 2015


This commit should be squashed into the previous.

On Tue, Oct 20, 2015 at 10:23:28PM -0500, OpenBMC Patches wrote:
> 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
> 
> 
> _______________________________________________
> openbmc mailing list
> openbmc at lists.ozlabs.org
> https://lists.ozlabs.org/listinfo/openbmc

-- 
Patrick Williams
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.ozlabs.org/pipermail/openbmc/attachments/20151021/b368faa0/attachment.sig>


More information about the openbmc mailing list