linux/net/netrom
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
..
af_netrom.c net: use net_eq to compare nets 2009-11-25 15:14:13 -08:00
Makefile
nr_dev.c convert hamradio drivers to netdev_txreturnt_t 2009-09-01 01:13:12 -07:00
nr_in.c
nr_loopback.c
nr_out.c
nr_route.c net: Introduce for_each_netdev_rcu() iterator 2009-11-04 05:43:23 -08:00
nr_subr.c
nr_timer.c
sysctl_net_netrom.c net: '&' redux 2008-11-03 18:21:05 -08:00