mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 12:28:41 +08:00
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:
parent
b71cdf15fc
commit
cc196fed03
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user