Skip to content

Commit

Permalink
media: allegro: fix spelling mistake "to" -> "too"
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Colin Ian King authored and Mauro Carvalho Chehab committed Feb 24, 2020
1 parent 8b9f917 commit 26e1ff5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/media/allegro-dvt/allegro-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 26e1ff5

Please sign in to comment.