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-08-24 14:56:30 +02:00
2008-10-08 11:35:19 +02:00
2009-08-24 14:56:30 +02:00
2009-11-25 15:14:13 -08:00
2009-08-24 14:56:30 +02:00
2008-11-04 14:21:48 +01:00
2008-10-08 11:35:18 +02:00
2008-10-31 00:53:08 -07:00
2008-10-08 11:35:18 +02:00
2008-10-08 11:35:19 +02:00
2009-03-16 14:54:21 +01:00
2009-06-11 16:00:49 +02:00
2008-10-08 11:35:19 +02:00
2008-10-08 11:35:19 +02:00
2009-06-03 02:51:04 -07:00
2009-03-16 14:54:21 +01:00
2009-08-24 14:56:30 +02:00
2009-08-24 14:56:30 +02:00
2009-08-24 14:56:30 +02:00
2009-08-24 14:56:30 +02:00
2009-03-16 15:17:23 +01:00
2009-02-18 18:39:31 +01:00
2009-03-25 21:05:46 +01:00
2009-10-18 18:52:53 -07:00
2009-06-08 15:53:43 +02:00
2008-10-14 11:56:59 -07:00
2007-11-07 04:08:23 -08:00
2009-11-06 00:43:42 -08:00
2007-11-07 04:08:23 -08:00
2008-10-31 00:53:08 -07:00
2009-11-06 00:43:42 -08:00
2008-10-31 00:53:08 -07:00
2008-10-08 11:35:11 +02:00
2008-08-18 21:32:32 -07:00
2008-04-14 11:15:54 +02:00
2008-04-14 11:15:54 +02:00
2008-04-14 11:15:53 +02:00
2009-06-09 18:05:28 -07:00
2008-04-14 11:15:53 +02:00
2008-04-14 11:15:53 +02:00
2008-04-14 11:15:53 +02:00
2008-04-14 11:15:53 +02:00
2009-08-24 14:56:30 +02:00
2008-10-31 00:53:08 -07:00
2009-02-01 00:45:17 -08:00
2009-08-10 13:35:21 +02:00
2008-01-31 19:28:08 -08:00