Sign in
akaros
/
upstream
/
1e467e30c44ad56e0c63bd95afe104d71cd434c1
/
.
/
scripts
/
spatch
/
remove_netif.cocci
blob: c1960b7b3db0101f58ecfe292da53286963263f7 [
file
] [
log
] [
blame
]
// struct ether->netif.whatever -> ether->whatever
@@
identifier E
;
identifier A
;
@@
-
E
->
netif
.
A
+
E
->
A
@@
identifier E
;
identifier A
;
@@
-
E
.
netif
.
A
+
E
.
A
@@
identifier E
;
@@
-&
E
->
netif
+
E
@@
@@
struct
-
netif
+
ether