media: zoran: fix spelling mistake and make error message more meaningful
authorColin Ian King <colin.king@canonical.com>
Fri, 2 Oct 2020 10:16:20 +0000 (12:16 +0200)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Mon, 16 Nov 2020 09:31:07 +0000 (10:31 +0100)
There is a spelling mistake in a pci_err error message. Fix this and
make the error message a little more meaningful.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
drivers/staging/media/zoran/zoran_driver.c

index 808196e..d9f8b21 100644 (file)
@@ -666,7 +666,7 @@ static int zoran_g_selection(struct file *file, void *__fh, struct v4l2_selectio
 
        if (sel->type != V4L2_BUF_TYPE_VIDEO_OUTPUT &&
            sel->type != V4L2_BUF_TYPE_VIDEO_CAPTURE) {
-               pci_err(zr->pci_dev, "%s invalid combinaison\n", __func__);
+               pci_err(zr->pci_dev, "%s invalid selection type combination\n", __func__);
                return -EINVAL;
        }