[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for HDCP Cleanup

Patchwork patchwork at emeril.freedesktop.org
Thu May 18 07:38:33 UTC 2023


== Series Details ==

Series: HDCP Cleanup
URL   : https://patchwork.freedesktop.org/series/117938/
State : warning

== Summary ==

Error: dim checkpatch failed
ca74af1c86b5 drm/i915/hdcp: Rename dev_priv to i915
af1ce8f61009 drm/i915/hdcp: Move away from master naming to arbiter
-:229: CHECK:ALLOC_SIZEOF_STRUCT: Prefer kzalloc(sizeof(*data)...) over kzalloc(sizeof(struct i915_hdcp_arbiter)...)
#229: FILE: drivers/gpu/drm/i915/display/intel_hdcp_gsc.c:703:
+	data = kzalloc(sizeof(struct i915_hdcp_arbiter), GFP_KERNEL);

total: 0 errors, 0 warnings, 1 checks, 297 lines checked
cb458f729465 drm/i915/hdcp: Rename comp_mutex to hdcp_mutex




More information about the Intel-gfx mailing list