linux/drivers/net/wan
Octavian Purdila 09ad9bc752 net: use net_eq to compare nets
Generated with the following semantic patch

@@
struct net *n1;
struct net *n2;
@@
- n1 == n2
+ net_eq(n1, n2)

@@
struct net *n1;
struct net *n2;
@@
- n1 != n2
+ !net_eq(n1, n2)

applied over {include,net,drivers/net}.

Signed-off-by: Octavian Purdila <opurdila@ixiacom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2009-11-25 15:14:13 -08:00
..
lmc drivers/net: request_irq - Remove unnecessary leading & from second arg 2009-11-18 23:29:17 -08:00
.gitignore
Kconfig
Makefile
c101.c headers: Fix build after <linux/sched.h> removal 2009-10-13 10:20:16 -07:00
cosa.c Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 2009-11-18 22:19:03 -08:00
cosa.h
cycx_drv.c
cycx_main.c
cycx_x25.c headers: remove sched.h from interrupt.h 2009-10-11 11:20:58 -07:00
dlci.c
dscc4.c Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 2009-11-18 22:19:03 -08:00
farsync.c headers: remove sched.h from interrupt.h 2009-10-11 11:20:58 -07:00
farsync.h
hd64570.c
hd64570.h
hd64572.c
hd64572.h
hdlc.c net: use net_eq to compare nets 2009-11-25 15:14:13 -08:00
hdlc_cisco.c WAN: fix Cisco HDLC handshaking. 2009-10-13 03:16:53 -07:00
hdlc_fr.c
hdlc_ppp.c drivers/net/wan: introduce missing kfree 2009-09-11 12:54:30 -07:00
hdlc_raw.c
hdlc_raw_eth.c
hdlc_x25.c
hostess_sv11.c drivers/net: request_irq - Remove unnecessary leading & from second arg 2009-11-18 23:29:17 -08:00
ixp4xx_hss.c IXP42x HSS support for setting internal clock rate 2009-09-07 01:56:49 -07:00
lapbether.c
n2.c drivers/net: request_irq - Remove unnecessary leading & from second arg 2009-11-18 23:29:17 -08:00
pc300-falc-lh.h
pc300.h
pc300_drv.c
pc300_tty.c
pc300too.c
pci200syn.c headers: Fix build after <linux/sched.h> removal 2009-10-13 10:20:16 -07:00
sbni.c
sbni.h
sdla.c drivers/net: request_irq - Remove unnecessary leading & from second arg 2009-11-18 23:29:17 -08:00
sealevel.c drivers/net: request_irq - Remove unnecessary leading & from second arg 2009-11-18 23:29:17 -08:00
wanxl.c
wanxl.h
wanxlfw.S
wanxlfw.inc_shipped
x25_asy.c net, compat_ioctl: handle socket ioctl abuses in tty drivers 2009-11-06 22:52:38 -08:00
x25_asy.h
z85230.c
z85230.h