All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] misc: sgi-gru: Fix spelling mistake "unexpect" -> "unexpected"
@ 2022-03-15 22:22 Colin Ian King
  2022-03-16 12:12 ` Dimitri Sivanich
  0 siblings, 1 reply; 2+ messages in thread
From: Colin Ian King @ 2022-03-15 22:22 UTC (permalink / raw)
  To: Dimitri Sivanich, Arnd Bergmann, Greg Kroah-Hartman
  Cc: kernel-janitors, linux-kernel

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

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
---
 drivers/misc/sgi-gru/grukservices.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/misc/sgi-gru/grukservices.c b/drivers/misc/sgi-gru/grukservices.c
index 0ea923fe6371..19dbdad8ad8a 100644
--- a/drivers/misc/sgi-gru/grukservices.c
+++ b/drivers/misc/sgi-gru/grukservices.c
@@ -1016,7 +1016,7 @@ static int quicktest1(unsigned long arg)
 			break;
 	}
 	if (ret != MQE_QUEUE_FULL || i != 4) {
-		printk(KERN_DEBUG "GRU:%d quicktest1: unexpect status %d, i %d\n",
+		printk(KERN_DEBUG "GRU:%d quicktest1: unexpected status %d, i %d\n",
 		       smp_processor_id(), ret, i);
 		goto done;
 	}
-- 
2.35.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] misc: sgi-gru: Fix spelling mistake "unexpect" -> "unexpected"
  2022-03-15 22:22 [PATCH] misc: sgi-gru: Fix spelling mistake "unexpect" -> "unexpected" Colin Ian King
@ 2022-03-16 12:12 ` Dimitri Sivanich
  0 siblings, 0 replies; 2+ messages in thread
From: Dimitri Sivanich @ 2022-03-16 12:12 UTC (permalink / raw)
  To: Colin Ian King
  Cc: Dimitri Sivanich, Arnd Bergmann, Greg Kroah-Hartman,
	kernel-janitors, linux-kernel

Acked-by: Dimitri Sivanich <sivanich@hpe.com>

On Tue, Mar 15, 2022 at 10:22:53PM +0000, Colin Ian King wrote:
> There is a spelling mistake in an error message. Fix it.
> 
> Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
> ---
>  drivers/misc/sgi-gru/grukservices.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/misc/sgi-gru/grukservices.c b/drivers/misc/sgi-gru/grukservices.c
> index 0ea923fe6371..19dbdad8ad8a 100644
> --- a/drivers/misc/sgi-gru/grukservices.c
> +++ b/drivers/misc/sgi-gru/grukservices.c
> @@ -1016,7 +1016,7 @@ static int quicktest1(unsigned long arg)
>  			break;
>  	}
>  	if (ret != MQE_QUEUE_FULL || i != 4) {
> -		printk(KERN_DEBUG "GRU:%d quicktest1: unexpect status %d, i %d\n",
> +		printk(KERN_DEBUG "GRU:%d quicktest1: unexpected status %d, i %d\n",
>  		       smp_processor_id(), ret, i);
>  		goto done;
>  	}
> -- 
> 2.35.1

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-03-16 12:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-15 22:22 [PATCH] misc: sgi-gru: Fix spelling mistake "unexpect" -> "unexpected" Colin Ian King
2022-03-16 12:12 ` Dimitri Sivanich

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.