powerpc/oprofile: fix spelling mistake "contex" -> "context"
authorColin Ian King <colin.king@canonical.com>
Tue, 4 Aug 2020 17:43:16 +0000 (18:43 +0100)
committerMichael Ellerman <mpe@ellerman.id.au>
Mon, 24 Aug 2020 15:31:33 +0000 (01:31 +1000)
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
arch/powerpc/oprofile/cell/spu_task_sync.c

index df59d0b..489f993 100644 (file)
@@ -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;
        }