summaryrefslogtreecommitdiff
path: root/drivers/dahdi/wct4xxp
diff options
context:
space:
mode:
authorShaun Ruffell <sruffell@digium.com>2009-11-07 00:58:03 +0000
committerShaun Ruffell <sruffell@digium.com>2009-11-07 00:58:03 +0000
commit31d2bb4180dd3437c2297fcaf64217f2e150c08a (patch)
treef7a8032eb92058c4e3aebb3f32e82de2de077811 /drivers/dahdi/wct4xxp
parent13ce48e85a4ca7f6bace2599d80237af5e7b8e5a (diff)
wct4xxp: Fix up some continued strings.
git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@7528 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'drivers/dahdi/wct4xxp')
-rw-r--r--drivers/dahdi/wct4xxp/base.c18
1 files changed, 9 insertions, 9 deletions
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++;