]> git.karo-electronics.de Git - linux-beck.git/commitdiff
[media] zoran: fix spelling mistake in dprintk message
authorColin Ian King <colin.king@canonical.com>
Sat, 12 Nov 2016 17:26:48 +0000 (15:26 -0200)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Tue, 22 Nov 2016 07:41:56 +0000 (05:41 -0200)
Trivial fix to spelling mistake "unnsupported" to "unsupported"
in debug message.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/media/pci/zoran/zoran_driver.c

index d6b631add21693739bdf07124696f3fdc4f51150..2170e174c335f345d79e6837df86a88e2ff1145c 100644 (file)
@@ -1488,7 +1488,7 @@ zoran_set_input (struct zoran *zr,
        if (input < 0 || input >= zr->card.inputs) {
                dprintk(1,
                        KERN_ERR
-                       "%s: %s - unnsupported input %d\n",
+                       "%s: %s - unsupported input %d\n",
                        ZR_DEVNAME(zr), __func__, input);
                return -EINVAL;
        }