Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[media] zoran: fix spelling mistake in dprintk message

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>

authored by

Colin Ian King and committed by
Mauro Carvalho Chehab
4c0c596a db9ee88b

+1 -1
+1 -1
drivers/media/pci/zoran/zoran_driver.c
··· 1488 1488 if (input < 0 || input >= zr->card.inputs) { 1489 1489 dprintk(1, 1490 1490 KERN_ERR 1491 - "%s: %s - unnsupported input %d\n", 1491 + "%s: %s - unsupported input %d\n", 1492 1492 ZR_DEVNAME(zr), __func__, input); 1493 1493 return -EINVAL; 1494 1494 }