mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 17:51:43 +00:00
09ad9bc752
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> |
||
---|---|---|
.. | ||
aarp.c | ||
atalk_proc.c | ||
ddp.c | ||
dev.c | ||
Makefile | ||
sysctl_net_atalk.c |