From 31d2bb4180dd3437c2297fcaf64217f2e150c08a Mon Sep 17 00:00:00 2001 From: Shaun Ruffell Date: Sat, 7 Nov 2009 00:58:03 +0000 Subject: wct4xxp: Fix up some continued strings. git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@7528 a0bf4364-ded3-4de4-8d8a-66a801d63aff --- drivers/dahdi/wct4xxp/base.c | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'drivers/dahdi/wct4xxp') diff --git a/drivers/dahdi/wct4xxp/base.c b/drivers/dahdi/wct4xxp/base.c index 8bfc03f..498f43a 100644 --- a/drivers/dahdi/wct4xxp/base.c +++ b/drivers/dahdi/wct4xxp/base.c @@ -2563,8 +2563,8 @@ static void t4_check_alarms(struct t4 *wc, int span) alarms |= DAHDI_ALARM_RED; else { if (!ts->alarmcount) /* starting to debounce LOF/LFA */ - printk(KERN_INFO "wct%dxxp: LOF/LFA detected \ - on span %d but debouncing for %d ms\n", + printk(KERN_INFO "wct%dxxp: LOF/LFA detected " + "on span %d but debouncing for %d ms\n", wc->numspans, span + 1, alarmdebounce); ts->alarmcount++; } @@ -2576,8 +2576,8 @@ static void t4_check_alarms(struct t4 *wc, int span) alarms |= DAHDI_ALARM_RED; else { if (!ts->losalarmcount) /* starting to debounce LOS */ - printk(KERN_INFO "wct%dxxp: LOS detected on \ - span %d but debouncing for %d ms\n", + printk(KERN_INFO "wct%dxxp: LOS detected on " + "span %d but debouncing for %d ms\n", wc->numspans, span + 1, losalarmdebounce); ts->losalarmcount++; } @@ -2589,8 +2589,8 @@ static void t4_check_alarms(struct t4 *wc, int span) alarms |= DAHDI_ALARM_BLUE; else { if (!ts->aisalarmcount) /* starting to debounce AIS */ - printk(KERN_INFO "wct%dxxp: AIS detected on \ - span %d but debouncing for %d ms\n", + printk(KERN_INFO "wct%dxxp: AIS detected on " + "span %d but debouncing for %d ms\n", wc->numspans, span + 1, aisalarmdebounce); ts->aisalarmcount++; } @@ -2638,9 +2638,9 @@ static void t4_check_alarms(struct t4 *wc, int span) alarms |= DAHDI_ALARM_YELLOW; else { if (!ts->yelalarmcount) /* starting to debounce AIS */ - printk(KERN_INFO "wct%dxxp: yelllow (RAI) \ - detected on span %d but debouncing \ - for %d ms\n", + printk(KERN_INFO "wct%dxxp: yelllow (RAI) " + "detected on span %d but debouncing " + "for %d ms\n", wc->numspans, span + 1, yelalarmdebounce); ts->yelalarmcount++; -- cgit v1.2.3