1
0
Fork 0
alistair23-linux/net/ipx
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
..
Kconfig [IPX]: Remove outdated information from Kconfig 2007-02-28 09:42:01 -08:00
Makefile Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
af_ipx.c net: use net_eq to compare nets 2009-11-25 15:14:13 -08:00
ipx_proc.c net: correct off-by-one write allocations reports 2009-06-18 00:29:12 -07:00
ipx_route.c [SK_BUFF]: Introduce skb_reset_transport_header(skb) 2007-04-25 22:25:15 -07:00
sysctl_net_ipx.c net: '&' redux 2008-11-03 18:21:05 -08:00