Skip to content

Commit

Permalink
slw: Fix trivial typo in debug message
Browse files Browse the repository at this point in the history
s/goint/going/

Signed-off-by: Andrew Donnellan <andrew.donnellan@au1.ibm.com>
Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
  • Loading branch information
ajdlinux authored and stewartsmith committed Jun 27, 2018
1 parent 44709b8 commit a553035
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hw/slw.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit a553035

Please sign in to comment.