Skip to content
Snippets Groups Projects
Commit d4b48ba3 authored by Masanari Iida's avatar Masanari Iida Committed by Jiri Kosina
Browse files

mantis: Fix typo in mantis_hif.c


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

Signed-off-by: default avatarMasanari Iida <standby24x7@gmail.com>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 31cf913d
No related branches found
No related tags found
No related merge requests found
...@@ -76,7 +76,7 @@ static int mantis_hif_write_wait(struct mantis_ca *ca) ...@@ -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;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment