From a81fb56b5fca91f1bdf4699524a1caadfeccc4ab Mon Sep 17 00:00:00 2001 From: Shaun Ruffell Date: Thu, 20 Oct 2011 20:53:13 +0000 Subject: [PATCH] wct4xxp: Fix spelling Contains a minor spelling correction. Signed-off-by: Shaun Ruffell Acked-by: Michael Spiceland Acked-by: Russ Meyerriecks git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@10247 a0bf4364-ded3-4de4-8d8a-66a801d63aff --- drivers/dahdi/wct4xxp/base.c | 7 ++++--- 1 file 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 "