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
..
2007-02-10 23:20:15 -08:00
2008-02-07 18:17:13 -08:00
2009-03-18 19:11:29 -07:00
2009-03-18 19:11:29 -07:00
2009-08-29 00:19:42 -07:00
2008-09-02 23:38:32 -07:00
2008-09-02 23:38:32 -07:00
2008-09-02 23:38:32 -07:00
2008-05-21 14:55:04 -07:00
2007-02-10 23:20:15 -08:00
2008-05-21 14:55:04 -07:00
2008-05-21 14:55:04 -07:00
2009-03-18 19:11:29 -07:00
2008-05-05 01:22:30 -07:00
2008-09-02 23:38:32 -07:00
2008-06-04 17:32:35 -07:00
2009-05-17 11:59:47 -07:00
2007-07-20 10:11:58 +09:00
2007-05-24 16:36:50 -07:00
2008-09-02 23:38:32 -07:00
2008-09-02 23:38:32 -07:00
2008-06-04 17:29:09 -07:00
2008-06-04 17:54:48 -07:00
2008-06-04 17:37:34 -07:00
2007-02-10 23:20:15 -08:00
2008-11-07 23:37:50 -08:00
2008-09-02 23:38:32 -07:00
2008-09-02 23:38:32 -07:00
2008-09-02 23:38:32 -07:00
2009-07-12 14:03:27 -07:00
2008-09-02 23:38:32 -07:00
2008-09-02 23:38:32 -07:00
2009-03-18 19:11:29 -07:00
2008-09-02 23:38:32 -07:00
2008-07-14 22:44:01 -07:00
2008-09-02 23:38:32 -07:00
2008-07-14 22:44:01 -07:00
2008-04-16 18:21:16 -07:00
2009-11-25 15:14:13 -08:00
2008-08-13 02:32:06 -07:00
2008-05-19 13:30:13 -07:00
2008-07-14 22:44:01 -07:00
2007-02-10 23:20:15 -08:00
2008-09-02 23:38:32 -07:00
2008-09-02 23:38:32 -07:00