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

Andrew Donnellan andrew.donnellan at au1.ibm.com
Tue Feb 23 16:32:37 AEDT 2016


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();
-- 
Andrew Donnellan              Software Engineer, OzLabs
andrew.donnellan at au1.ibm.com  Australia Development Lab, Canberra
+61 2 6201 8874 (work)        IBM Australia Limited



More information about the Skiboot mailing list