projects
/
akaros.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Add signal support to our basic thread0 scheduler
[akaros.git]
/
scripts
/
spatch
/
remove_netif.cocci
1
// struct ether->netif.whatever -> ether->whatever
2
@@
3
identifier E;
4
identifier A;
5
@@
6
-E->netif.A
7
+E->A
8
9
@@
10
identifier E;
11
identifier A;
12
@@
13
-E.netif.A
14
+E.A
15
16
@@
17
identifier E;
18
@@
19
-&E->netif
20
+E
21
22
@@
23
@@
24
struct
25
-netif
26
+ether