char: xillybus: Fix spelling mistake "overflew" -> "overflowed"
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>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
b71cdf15fc
commit
cc196fed03
@ -999,7 +999,7 @@ resume_leftovers:
|
|||||||
return -EIO; /* We got really unexpected data */
|
return -EIO; /* We got really unexpected data */
|
||||||
|
|
||||||
if (bytes != fifo_write(fifo, p, bytes, xilly_memcpy)) {
|
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;
|
return -EIO;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user