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