summaryrefslogtreecommitdiff
path: root/drivers/dahdi/wcte12xp
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
commitb1414d5995cfb7e5b0988f16d4876bbc7a40ea7d (patch)
treef652b30f36fd8cce1d932341f7099241a89b9548 /drivers/dahdi/wcte12xp
parentaa20ec7359f098c7d59a2c36ff17b06b184925ce (diff)
wcte12xp: Fix up some continued strings.
git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@7527 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'drivers/dahdi/wcte12xp')
-rw-r--r--drivers/dahdi/wcte12xp/base.c17
1 files changed, 9 insertions, 8 deletions
diff --git a/drivers/dahdi/wcte12xp/base.c b/drivers/dahdi/wcte12xp/base.c
index aff9a43..fba67a7 100644
--- a/drivers/dahdi/wcte12xp/base.c
+++ b/drivers/dahdi/wcte12xp/base.c
@@ -1476,8 +1476,9 @@ static inline void t1_check_alarms(struct t1 *wc)
alarms |= DAHDI_ALARM_RED;
else {
if (!wc->alarmcount) /* starting to debounce LOF/LFA */
- module_printk("LOF/LFA detected but \
- debouncing for %d ms\n", alarmdebounce);
+ module_printk("LOF/LFA detected but "
+ "debouncing for %d ms\n",
+ alarmdebounce);
wc->alarmcount++;
}
} else
@@ -1488,8 +1489,8 @@ static inline void t1_check_alarms(struct t1 *wc)
alarms |= DAHDI_ALARM_RED;
else {
if (!wc->losalarmcount) /* starting to debounce LOS */
- module_printk("LOS detected but debouncing \
- for %d ms\n", losalarmdebounce);
+ module_printk("LOS detected but debouncing "
+ "for %d ms\n", losalarmdebounce);
wc->losalarmcount++;
}
} else
@@ -1500,8 +1501,8 @@ static inline void t1_check_alarms(struct t1 *wc)
alarms |= DAHDI_ALARM_BLUE;
else {
if (!wc->aisalarmcount) /* starting to debounce AIS */
- module_printk("AIS detected but debouncing \
- for %d ms\n", aisalarmdebounce);
+ module_printk("AIS detected but debouncing "
+ "for %d ms\n", aisalarmdebounce);
wc->aisalarmcount++;
}
} else
@@ -1536,8 +1537,8 @@ static inline void t1_check_alarms(struct t1 *wc)
alarms |= DAHDI_ALARM_YELLOW;
else {
if (!wc->yelalarmcount) /* starting to debounce AIS */
- module_printk("yelllow (RAI) detected but \
- debouncing for %d ms\n",
+ module_printk("yelllow (RAI) detected but "
+ "debouncing for %d ms\n",
yelalarmdebounce);
wc->yelalarmcount++;
}