[Skiboot] [PATCH] fsp: fix spelling of "advertise" in log message

Stewart Smith stewart at linux.vnet.ibm.com
Tue Feb 23 18:01:41 AEDT 2016


Andrew Donnellan <andrew.donnellan at au1.ibm.com> writes:
> Signed-off-by: Andrew Donnellan <andrew.donnellan at au1.ibm.com>
> ---
>  hw/fsp/fsp.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/hw/fsp/fsp.c b/hw/fsp/fsp.c
> index 220b97e..26ae71e 100644
> --- a/hw/fsp/fsp.c
> +++ b/hw/fsp/fsp.c
> @@ -2127,7 +2127,7 @@ void fsp_opl(void)
>  	fsp_sync_msg(fsp_mkmsg(FSP_CMD_CONTINUE_ACK, 0), true);
>  
>  	/* Wait for various FSP messages */
> -	prlog(PR_INFO, "INIT: Waiting for FSP to advertize new role...\n");
> +	prlog(PR_INFO, "INIT: Waiting for FSP to advertise new role...\n");
>  	while(!(ipl_state & ipl_got_new_role)) {
>  		cpu_relax();
>  		opal_run_pollers();

Thanks - merged to stable and master.

-- 
Stewart Smith
OPAL Architect, IBM.



More information about the Skiboot mailing list