[Skiboot] [PATCH] ipmi-sel: fixing 'mising' typo

Joel Stanley joel at jms.id.au
Fri Jun 16 14:03:19 AEST 2017


On Fri, Jun 16, 2017 at 12:16 PM, Andrew Jeffery <andrew at aj.id.au> wrote:
> Signed-off-by: Andrew Jeffery <andrew at aj.id.au>
> ---
>  hw/ipmi/ipmi-sel.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/hw/ipmi/ipmi-sel.c b/hw/ipmi/ipmi-sel.c
> index 847604ec10bf..aab28664c3ff 100644
> --- a/hw/ipmi/ipmi-sel.c
> +++ b/hw/ipmi/ipmi-sel.c
> @@ -335,7 +335,7 @@ static void ipmi_elog_poll(struct ipmi_msg *msg)
>         size_t req_size;
>
>         if (bmc_platform->ipmi_oem_partial_add_esel == 0) {
> -               prlog(PR_WARNING, "BUG: Dropping ESEL on the floor due to buggy/mising code in OPAL for this BMC\n");
> +               prlog(PR_WARNING, "BUG: Dropping ESEL on the floor due to buggy/missing code in OPAL for this BMC\n");

Can you make the line shorter so it doesn't exceed 80 chars?

>                 return;
>         }
>
> --
> 2.11.0
>
> _______________________________________________
> Skiboot mailing list
> Skiboot at lists.ozlabs.org
> https://lists.ozlabs.org/listinfo/skiboot


More information about the Skiboot mailing list