Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

misc: sgi-gru: Fix spelling mistake "unexpect" -> "unexpected"

There is a spelling mistake in an error message. Fix it.

Acked-by: Dimitri Sivanich <sivanich@hpe.com>
Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Link: https://lore.kernel.org/r/20220315222253.2960047-1-colin.i.king@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Colin Ian King and committed by
Greg Kroah-Hartman
824a29ad 66bcd060

+1 -1
+1 -1
drivers/misc/sgi-gru/grukservices.c
··· 1016 1016 break; 1017 1017 } 1018 1018 if (ret != MQE_QUEUE_FULL || i != 4) { 1019 - printk(KERN_DEBUG "GRU:%d quicktest1: unexpect status %d, i %d\n", 1019 + printk(KERN_DEBUG "GRU:%d quicktest1: unexpected status %d, i %d\n", 1020 1020 smp_processor_id(), ret, i); 1021 1021 goto done; 1022 1022 }