[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>
This commit is contained in:
Родитель
8423c0cf3a
Коммит
9a56ec5b03
|
@ -76,7 +76,7 @@ static int mantis_hif_write_wait(struct mantis_ca *ca)
|
||||||
udelay(500);
|
udelay(500);
|
||||||
timeout++;
|
timeout++;
|
||||||
if (timeout > 100) {
|
if (timeout > 100) {
|
||||||
dprintk(MANTIS_ERROR, 1, "Adater(%d) Slot(0): Write operation timed out!", mantis->num);
|
dprintk(MANTIS_ERROR, 1, "Adapter(%d) Slot(0): Write operation timed out!", mantis->num);
|
||||||
rc = -ETIMEDOUT;
|
rc = -ETIMEDOUT;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Загрузка…
Ссылка в новой задаче