patch-2.4.19 linux-2.4.19/drivers/telephony/ixj.c
Next file: linux-2.4.19/drivers/usb/CDCEther.c
Previous file: linux-2.4.19/drivers/telephony/Config.in
Back to the patch index
Back to the overall index
-  Lines: 18
-  Date:
Fri Aug  2 17:39:44 2002
-  Orig file: 
linux-2.4.18/drivers/telephony/ixj.c
-  Orig date: 
Thu Oct 25 13:53:52 2001
diff -urN linux-2.4.18/drivers/telephony/ixj.c linux-2.4.19/drivers/telephony/ixj.c
@@ -387,7 +387,7 @@
 #ifdef PERFMON_STATS
 #define ixj_perfmon(x)	((x)++)
 #else
-#define ixj_perfmon(x)	do {} while(0);
+#define ixj_perfmon(x)	do { } while(0)
 #endif
 
 static int ixj_convert_loaded;
@@ -3451,7 +3451,7 @@
 	j->cidcw_wait = 0;
 	if(!j->flags.cidcw_ack) {
 		if(ixjdebug & 0x0200) {
-			printk("IXJ cidcw phone%d did not recieve ACK from display %ld\n", j->board, jiffies);
+			printk("IXJ cidcw phone%d did not receive ACK from display %ld\n", j->board, jiffies);
 		}
 		ixj_post_cid(j);
 		if(j->cid_play_flag) {
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)