Linux Foundation Collaborative Projects
index
:
virtio/qemu
master
Unnamed repository
Grokmirror user
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
/
coccinelle
/
remove_muldiv64.cocci
blob: 4c10bd57dd89313602f68b758a219f4cbba06c15 (
plain
)
1
2
3
4
5
6
// replace muldiv64(a, 1, b) by "a / b" @@ expression a, b; @@ -muldiv64(a, 1, b) +a / b