patch-2.4.20 linux-2.4.20/drivers/net/hamradio/baycom_epp.c

Next file: linux-2.4.20/drivers/net/hamradio/scc.c
Previous file: linux-2.4.20/drivers/net/hamradio/Config.in
Back to the patch index
Back to the overall index

diff -urN linux-2.4.19/drivers/net/hamradio/baycom_epp.c linux-2.4.20/drivers/net/hamradio/baycom_epp.c
@@ -481,7 +481,7 @@
 ({                                             \
         if (!(notbitstream & (0x1f0 << j)))    \
                 goto stuff##j;                 \
-  encodeend##j:                                \
+  encodeend##j: ;                              \
 })
 
 #define ENCODEITERB(j)                                          \
@@ -715,7 +715,7 @@
                 goto flgabrt##j;                                              \
         if ((bitstream & (0x1f8 << j)) == (0xf8 << j))   /* stuffed bit */    \
                 goto stuff##j;                                                \
-  enditer##j:                                                                 \
+  enditer##j: ;                                                               \
 })
 
 #define DECODEITERB(j)                                                                 \

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)