== Series Details ==

Series: Fix i915 pmu on bind/unbind
URL   : https://patchwork.freedesktop.org/series/136362/
State : warning

== Summary ==

Error: dim checkpatch failed
db2b3cfa072e perf/core: Add pmu get/put
-:30: WARNING:SPACING: Unnecessary space before function pointer arguments
#30: FILE: include/linux/perf_event.h:544:
+       struct pmu *(*get)              (struct pmu *pmu); /* optional: get a 
reference */

-:31: WARNING:SPACING: Unnecessary space before function pointer arguments
#31: FILE: include/linux/perf_event.h:545:
+       void (*put)                     (struct pmu *pmu); /* optional: put a 
reference */

total: 0 errors, 2 warnings, 0 checks, 77 lines checked
ba821d7898b3 drm/i915/pmu: Fix crash due to use-after-free
a7e8a324d898 drm/i915/pmu: Use event_to_pmu()
7f148b052f87 drm/i915/pmu: Drop is_igp()
1f548ca93dcd drm/i915/pmu: Let resource survive unbind
f587fb41a28a drm/i915/pmu: Lazy unregister
c4659678da43 drm/i915/pmu: Do not set event_init to NULL


Reply via email to