OSDN Git Service

media: allegro: fix spelling mistake "to" -> "too"
authorColin Ian King <colin.king@canonical.com>
Thu, 23 Jan 2020 01:06:43 +0000 (02:06 +0100)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Mon, 24 Feb 2020 16:17:33 +0000 (17:17 +0100)
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>
drivers/staging/media/allegro-dvt/allegro-core.c

index ef53730..3c94909 100644 (file)
@@ -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;
        }