summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorShaun Ruffell <sruffell@digium.com>2008-09-15 18:31:25 +0000
committerShaun Ruffell <sruffell@digium.com>2008-09-15 18:31:25 +0000
commit4f28105f80e65312bf08bb8ea0b267b5971368e3 (patch)
tree61e3b0111af721ecead7f70f52d61819a924f790 /drivers
parentf94811d7caa78edd91fd307c87903516a3bb8279 (diff)
Fixed two typos.
git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@4905 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'drivers')
-rw-r--r--drivers/dahdi/wctdm24xxp/base.c2
-rw-r--r--drivers/dahdi/wcte12xp/vpmadt032.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/drivers/dahdi/wctdm24xxp/base.c b/drivers/dahdi/wctdm24xxp/base.c
index 7c3d8e7..d915c54 100644
--- a/drivers/dahdi/wctdm24xxp/base.c
+++ b/drivers/dahdi/wctdm24xxp/base.c
@@ -3500,7 +3500,7 @@ static enum vpmadt032_init_result wctdm_vpm150m_init(struct wctdm *wc)
while (test_bit(VPM150M_HPIRESET, &vpm150m->control))
schluffen(&wc->regq);
- printk(KERN_INFO "VPMADT032 Loading firwmare... ");
+ printk(KERN_INFO "VPMADT032 Loading firmware... ");
downloadstatus = gpakDownloadDsp(vpm150m->dspid, &fw);
if (firmware != &embedded_firmware)
diff --git a/drivers/dahdi/wcte12xp/vpmadt032.c b/drivers/dahdi/wcte12xp/vpmadt032.c
index e8df9e6..9040505 100644
--- a/drivers/dahdi/wcte12xp/vpmadt032.c
+++ b/drivers/dahdi/wcte12xp/vpmadt032.c
@@ -863,7 +863,7 @@ void t1_vpm150m_init(struct t1 *wc) {
while (test_bit(VPM150M_HPIRESET, &vpm150m->control))
schluffen(&wc->regq);
- module_printk("VPMADT032 Loading firwmare... ");
+ module_printk("VPMADT032 Loading firmware... ");
downloadstatus = gpakDownloadDsp(vpm150m->dspid, &fw);
if (firmware != &embedded_firmware)