mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-01 00:02:19 -04:00
[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>
This commit is contained in:
committed by
Mauro Carvalho Chehab
parent
db9ee88bb2
commit
4c0c596adf
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user