patch-2.4.7 linux/net/irda/irqueue.c
Next file: linux/net/irda/irsyms.c
Previous file: linux/net/irda/irproc.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Wed Jul 4 11:50:38 2001
- Orig file:
v2.4.6/linux/net/irda/irqueue.c
- Orig date:
Thu Jan 4 13:00:55 2001
diff -u --recursive --new-file v2.4.6/linux/net/irda/irqueue.c linux/net/irda/irqueue.c
@@ -739,7 +739,7 @@
/*
* Queue was empty.
*/
- } if ( (*queue)->q_next == *queue ) {
+ } else if ( (*queue)->q_next == *queue ) {
/*
* Queue only contained a single element. It will now be
* empty.
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)