[svn-commits] sruffell: linux/trunk r7528 - /linux/trunk/drivers/dahdi/wct4xxp/base.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Fri Nov 6 18:58:06 CST 2009


Author: sruffell
Date: Fri Nov  6 18:58:03 2009
New Revision: 7528

URL: http://svnview.digium.com/svn/dahdi?view=rev&rev=7528
Log:
wct4xxp: Fix up some continued strings.

Modified:
    linux/trunk/drivers/dahdi/wct4xxp/base.c

Modified: linux/trunk/drivers/dahdi/wct4xxp/base.c
URL: http://svnview.digium.com/svn/dahdi/linux/trunk/drivers/dahdi/wct4xxp/base.c?view=diff&rev=7528&r1=7527&r2=7528
==============================================================================
--- linux/trunk/drivers/dahdi/wct4xxp/base.c (original)
+++ linux/trunk/drivers/dahdi/wct4xxp/base.c Fri Nov  6 18:58:03 2009
@@ -2563,8 +2563,8 @@
 			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 @@
 			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 @@
 			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 @@
 			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++;




More information about the svn-commits mailing list