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
..
2009-11-25 15:14:13 -08:00
2008-11-25 21:13:25 -08:00
2008-11-25 21:13:25 -08:00
2009-11-20 15:35:04 -08:00
2008-11-25 21:13:25 -08:00
2009-10-11 23:03:47 -07:00
2009-06-17 18:56:45 -07:00
2008-11-25 21:13:25 -08:00
2009-10-22 21:56:42 -07:00
2009-11-25 15:14:13 -08:00
2008-11-20 04:14:28 -08:00
2009-06-15 03:02:23 -07:00
2009-11-20 15:35:04 -08:00
2008-11-20 04:14:28 -08:00
2009-06-03 02:51:04 -07:00
2007-07-10 22:16:41 -07:00
2007-07-10 22:16:41 -07:00
2008-01-28 15:11:23 -08:00
2008-11-20 04:14:28 -08:00
2009-01-05 18:14:19 -08:00
2008-09-22 19:20:51 -07:00
2009-11-18 23:24:41 -08:00
2007-07-11 19:46:26 -07:00
2008-01-28 15:11:11 -08:00
2008-03-17 22:46:46 -07:00
2008-11-16 23:01:49 -08:00
2008-12-29 19:40:46 -08:00
2009-09-06 02:07:05 -07:00
2009-11-25 15:14:13 -08:00
2009-08-17 21:33:49 -07:00
2008-10-31 00:45:55 -07:00
2009-10-07 01:07:42 -07:00
2009-10-07 01:07:42 -07:00
2008-11-20 04:11:36 -08:00
2009-05-06 16:45:07 -07:00
2009-11-15 22:08:33 -08:00
2008-11-13 22:56:30 -08:00
2009-10-07 01:07:42 -07:00
2009-10-07 01:07:42 -07:00
2009-09-06 02:07:02 -07:00
2009-09-17 10:26:07 -07:00
2009-09-17 10:26:07 -07:00
2009-04-20 02:14:59 -07:00
2009-09-17 10:26:07 -07:00
2009-09-06 02:07:02 -07:00
2009-09-06 02:07:02 -07:00
2009-09-06 02:07:02 -07:00
2009-09-01 01:13:07 -07:00