[svn-commits] sruffell: linux/trunk r7527 - /linux/trunk/drivers/dahdi/wcte12xp/base.c

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


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

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

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

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




More information about the svn-commits mailing list