[Skiboot] [PATCH] slw: Fix trivial typo in debug message

Andrew Donnellan andrew.donnellan at au1.ibm.com
Thu Jun 21 11:27:59 AEST 2018


s/goint/going/

Signed-off-by: Andrew Donnellan <andrew.donnellan at au1.ibm.com>
---
 hw/slw.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hw/slw.c b/hw/slw.c
index 0612290289ae..dfa9189bf34c 100644
--- a/hw/slw.c
+++ b/hw/slw.c
@@ -75,7 +75,7 @@ static void slw_do_rvwinkle(void *data)
 	mtspr(SPR_LPCR, ((lpcr & ~SPR_LPCR_P8_PECE) | SPR_LPCR_P8_PECE2));
 	isync();
 
-	prlog(PR_DEBUG, "SLW: CPU PIR 0x%04x goint to rvwinkle...\n",
+	prlog(PR_DEBUG, "SLW: CPU PIR 0x%04x going to rvwinkle...\n",
 	      cpu->pir);
 
 	/* Tell that we got it */
-- 
2.11.0



More information about the Skiboot mailing list