== Series Details == Series: HDCP Cleanup (rev2) URL : https://patchwork.freedesktop.org/series/117938/ State : warning == Summary == Error: dim checkpatch failed 92c1f45f306c drm/i915/hdcp: Rename dev_priv to i915 b217dfe92986 drm/i915/hdcp: Move away from master naming to arbiter -:242: CHECK:ALLOC_SIZEOF_STRUCT: Prefer kzalloc(sizeof(*data)...) over kzalloc(sizeof(struct i915_hdcp_arbiter)...) #242: 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, 304 lines checked 465547e061ca drm/i915/hdcp: Rename comp_mutex to hdcp_mutex