char: xillybus: Fix spelling mistake "overflew" -> "overflowed"
authorColin Ian King <colin.king@canonical.com>
Tue, 1 Jun 2021 10:22:01 +0000 (11:22 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 3 Jun 2021 12:11:08 +0000 (14:11 +0200)
There is a spelling mistake in a dev_err message. Fix it.

Acked-by: Eli Billauer <eli.billauer@gmail.com>
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Link: https://lore.kernel.org/r/20210601102201.8489-1-colin.king@canonical.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/char/xillybus/xillyusb.c

index 1210a4ef97fa4170d594fcab6920678a63bb9750..e7f88f35c702815a586df8090c9c5b89205f8ad7 100644 (file)
@@ -999,7 +999,7 @@ resume_leftovers:
                        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;
                }