summaryrefslogtreecommitdiffstats
path: root/tools/coccinelle/__func__.cocci
blob: fb68494d43c942423e4ecde1ba4d56e5b951a348 (plain)
1
2
3
4
5
6
7
8
9
10
@@
@@

(
- __PRETTY_FUNCTION__
+ __func__
|
- __FUNCTION__
+ __func__
)