mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-27 00:51:35 +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
1 changed files with 1 additions and 1 deletions
|
@ -572,7 +572,7 @@ void spu_sync_buffer(int spu_num, unsigned int *samples,
|
||||||
* samples are recorded.
|
* samples are recorded.
|
||||||
* No big deal -- so we just drop a few samples.
|
* 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);
|
"for SPU #%d. Dropping samples.\n", spu_num);
|
||||||
goto out;
|
goto out;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue