[Skiboot] [PATCH] hiomap: fix missing newline at end of 'Flushing writes' prlog()

Andrew Jeffery andrew at aj.id.au
Tue Oct 30 17:10:31 AEDT 2018



On Tue, 30 Oct 2018, at 16:04, Stewart Smith wrote:
> Fixes: 529bdca0bc546a7ae3ecbd2c3134b7260072d8b0
> Signed-off-by: Stewart Smith <stewart at linux.ibm.com>

Reviewed-by: Andrew Jeffery <andrew at aj.id.au>

> ---
>  libflash/ipmi-hiomap.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/libflash/ipmi-hiomap.c b/libflash/ipmi-hiomap.c
> index 5300daefa9d2..95c49b3203f3 100644
> --- a/libflash/ipmi-hiomap.c
> +++ b/libflash/ipmi-hiomap.c
> @@ -394,7 +394,7 @@ static bool hiomap_flush(struct ipmi_hiomap *ctx)
>  		return false;
>  	}
>  
> -	prlog(PR_DEBUG, "Flushed writes");
> +	prlog(PR_DEBUG, "Flushed writes\n");
>  
>  	return true;
>  }
> -- 
> 2.17.2
> 


More information about the Skiboot mailing list