mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 14:11:52 +00:00
powerpc/oprofile: fix spelling mistake "contex" -> "context"
There is a spelling mistake in a pr_debug message. Fix it. Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/20200804174316.402425-1-colin.king@canonical.com
This commit is contained in:
parent
1c0a7ac0ec
commit
346427e668
@ -572,7 +572,7 @@ void spu_sync_buffer(int spu_num, unsigned int *samples,
|
||||
* samples are recorded.
|
||||
* No big deal -- so we just drop a few samples.
|
||||
*/
|
||||
pr_debug("SPU_PROF: No cached SPU contex "
|
||||
pr_debug("SPU_PROF: No cached SPU context "
|
||||
"for SPU #%d. Dropping samples.\n", spu_num);
|
||||
goto out;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user