mirror of
https://github.com/torvalds/linux.git
synced 2024-12-25 20:32:22 +00:00
media: allegro: fix spelling mistake "to" -> "too"
There is a spelling mistake in a v4l2_err message. Fix it. Signed-off-by: Colin Ian King <colin.king@canonical.com> Reviewed-by: Michael Tretter <m.tretter@pengutronix.de> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
This commit is contained in:
parent
8b9f91751b
commit
26e1ff5364
@ -781,7 +781,7 @@ static int allegro_mbox_write(struct allegro_dev *dev,
|
||||
|
||||
if (size > mbox->size) {
|
||||
v4l2_err(&dev->v4l2_dev,
|
||||
"message (%zu bytes) to large for mailbox (%zu bytes)\n",
|
||||
"message (%zu bytes) too large for mailbox (%zu bytes)\n",
|
||||
size, mbox->size);
|
||||
return -EINVAL;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user