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

[media] [trivial] mantis: Fix typo in mantis_hif.c

Correct typo "Adater" to "Adapter" in
drivers/media/dvb/mantis/mantis_hif.c

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>

authored by

Masanari Iida and committed by
Mauro Carvalho Chehab
9a56ec5b 8423c0cf

+1 -1
+1 -1
drivers/media/dvb/mantis/mantis_hif.c
··· 76 76 udelay(500); 77 77 timeout++; 78 78 if (timeout > 100) { 79 - dprintk(MANTIS_ERROR, 1, "Adater(%d) Slot(0): Write operation timed out!", mantis->num); 79 + dprintk(MANTIS_ERROR, 1, "Adapter(%d) Slot(0): Write operation timed out!", mantis->num); 80 80 rc = -ETIMEDOUT; 81 81 break; 82 82 }