linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH][next] char: xillybus: Fix spelling mistake "overflew" -> "overflowed"
@ 2021-06-01 10:22 Colin King
  2021-06-01 16:33 ` Eli Billauer
  0 siblings, 1 reply; 2+ messages in thread
From: Colin King @ 2021-06-01 10:22 UTC (permalink / raw)
  To: Eli Billauer, Arnd Bergmann, Greg Kroah-Hartman
  Cc: kernel-janitors, linux-kernel

From: Colin Ian King <colin.king@canonical.com>

There is a spelling mistake in a dev_err message. Fix it.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 drivers/char/xillybus/xillyusb.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/char/xillybus/xillyusb.c b/drivers/char/xillybus/xillyusb.c
index 1e15706af749..2ec8eca3eeee 100644
--- a/drivers/char/xillybus/xillyusb.c
+++ b/drivers/char/xillybus/xillyusb.c
@@ -1000,7 +1000,7 @@ static int process_bulk_in(struct xillybuffer *xb)
 			return -EIO; /* We got really unexpected data */
 
 		if (bytes != fifo_write(fifo, p, bytes, xilly_memcpy)) {
-			dev_err(dev, "Misbehaving FPGA overflew an upstream FIFO!\n");
+			dev_err(dev, "Misbehaving FPGA overflowed an upstream FIFO!\n");
 			return -EIO;
 		}
 
-- 
2.31.1


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

* Re: [PATCH][next] char: xillybus: Fix spelling mistake "overflew" -> "overflowed"
  2021-06-01 10:22 [PATCH][next] char: xillybus: Fix spelling mistake "overflew" -> "overflowed" Colin King
@ 2021-06-01 16:33 ` Eli Billauer
  0 siblings, 0 replies; 2+ messages in thread
From: Eli Billauer @ 2021-06-01 16:33 UTC (permalink / raw)
  To: Colin King
  Cc: Arnd Bergmann, Greg Kroah-Hartman, kernel-janitors, linux-kernel

On 01/06/21 13:22, Colin King wrote:
> There is a spelling mistake in a dev_err message. Fix it.
>
>    
This is actually a grammar mistake: Overflew is the past of overfly, not 
overflow.

I stand corrected nevertheless. Thanks.

    Eli

Acked-by: Eli Billauer <eli.billauer@gmail.com>

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

end of thread, other threads:[~2021-06-01 16:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-01 10:22 [PATCH][next] char: xillybus: Fix spelling mistake "overflew" -> "overflowed" Colin King
2021-06-01 16:33 ` Eli Billauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).