aboutsummaryrefslogtreecommitdiff
path: root/util/i915tool/spatches/fx.cocci
blob: 576cfcc388dbba4b6c332b55fe2985d7d252aebb (plain)
1
2
3
4
5
6
7
8
9
10
@@
identifier f;
type T;
@@
T f(...){...
-\(DRM_DEBUG_KMS|DRM_ERRRO\)(
+fprintf(stderr,
...);
...}