[svn-commits] sruffell: linux/trunk r4905 - in /linux/trunk/drivers/dahdi: wctdm24xxp/ wcte...
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Mon Sep 15 13:31:25 CDT 2008
Author: sruffell
Date: Mon Sep 15 13:31:25 2008
New Revision: 4905
URL: http://svn.digium.com/view/dahdi?view=rev&rev=4905
Log:
Fixed two typos.
Modified:
linux/trunk/drivers/dahdi/wctdm24xxp/base.c
linux/trunk/drivers/dahdi/wcte12xp/vpmadt032.c
Modified: linux/trunk/drivers/dahdi/wctdm24xxp/base.c
URL: http://svn.digium.com/view/dahdi/linux/trunk/drivers/dahdi/wctdm24xxp/base.c?view=diff&rev=4905&r1=4904&r2=4905
==============================================================================
--- linux/trunk/drivers/dahdi/wctdm24xxp/base.c (original)
+++ linux/trunk/drivers/dahdi/wctdm24xxp/base.c Mon Sep 15 13:31:25 2008
@@ -3500,7 +3500,7 @@
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)
Modified: linux/trunk/drivers/dahdi/wcte12xp/vpmadt032.c
URL: http://svn.digium.com/view/dahdi/linux/trunk/drivers/dahdi/wcte12xp/vpmadt032.c?view=diff&rev=4905&r1=4904&r2=4905
==============================================================================
--- linux/trunk/drivers/dahdi/wcte12xp/vpmadt032.c (original)
+++ linux/trunk/drivers/dahdi/wcte12xp/vpmadt032.c Mon Sep 15 13:31:25 2008
@@ -863,7 +863,7 @@
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)
More information about the svn-commits
mailing list