summaryrefslogtreecommitdiff
path: root/drivers/dahdi/wct4xxp/base.c
diff options
context:
space:
mode:
authorShaun Ruffell <sruffell@digium.com>2011-10-20 20:53:13 +0000
committerShaun Ruffell <sruffell@digium.com>2011-10-20 20:53:13 +0000
commit2944fb2b3b49d1b12a8539b78c37cb0192ea52a0 (patch)
tree0e15c8ffa856b608272eee6b88a0bb2846f717ec /drivers/dahdi/wct4xxp/base.c
parent62773a04910806da6ec3f130bddfeee568a64fbd (diff)
wct4xxp: Fix spelling
Contains a minor spelling correction. Signed-off-by: Shaun Ruffell <sruffell@digium.com> Acked-by: Michael Spiceland <mspiceland@digium.com> Acked-by: Russ Meyerriecks <rmeyerriecks@digium.com> git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@10247 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'drivers/dahdi/wct4xxp/base.c')
-rw-r--r--drivers/dahdi/wct4xxp/base.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/drivers/dahdi/wct4xxp/base.c b/drivers/dahdi/wct4xxp/base.c
index eb9234b..8603a5e 100644
--- a/drivers/dahdi/wct4xxp/base.c
+++ b/drivers/dahdi/wct4xxp/base.c
@@ -3933,9 +3933,10 @@ static int t4_hardware_init_2(struct t4 *wc)
t4_pci_out(wc, WC_LEDS, 0x000000ff);
t4_activate(wc);
- /*
- * In order to find out the QFALC framer version, we have to temporarily term off compat
- * mode and take a peak at VSTR. We turn compat back on when we are done.
+ /* In order to find out the QFALC framer version, we have to
+ * temporarily turn off compat mode and take a peak at VSTR. We turn
+ * compat back on when we are done.
+ *
*/
if (t4_framer_in(wc, 0, 0x4a) != 0x05)
dev_info(&wc->dev->dev, "WARNING: FALC framer not intialized "