diff options
author | Masanari Iida <standby24x7@gmail.com> | 2012-02-08 05:28:23 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-02-27 06:47:04 -0500 |
commit | 9a56ec5b0327e292a725bec7f6db069ecc72b2db (patch) | |
tree | 44993488de8960c2e56dee66b968d9cfd101e003 /drivers | |
parent | 8423c0cf3a56cb83d09a84b5e2e37ca4c2920783 (diff) |
[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>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/media/dvb/mantis/mantis_hif.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/mantis/mantis_hif.c b/drivers/media/dvb/mantis/mantis_hif.c index 672cf4d2462d..10c68df7e16f 100644 --- a/drivers/media/dvb/mantis/mantis_hif.c +++ b/drivers/media/dvb/mantis/mantis_hif.c | |||
@@ -76,7 +76,7 @@ static int mantis_hif_write_wait(struct mantis_ca *ca) | |||
76 | udelay(500); | 76 | udelay(500); |
77 | timeout++; | 77 | timeout++; |
78 | if (timeout > 100) { | 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 | rc = -ETIMEDOUT; | 80 | rc = -ETIMEDOUT; |
81 | break; | 81 | break; |
82 | } | 82 | } |