== Series Details == Series: HDCP Cleanup (rev4) URL : https://patchwork.freedesktop.org/series/117938/ State : warning == Summary == Error: dim checkpatch failed 2eb29163dd05 drm/i915/hdcp: Rename dev_priv to i915 01eb36f170a2 drm/i915/hdcp: Move away from master naming to arbiter -:248: CHECK:ALLOC_SIZEOF_STRUCT: Prefer kzalloc(sizeof(*data)...) over kzalloc(sizeof(struct i915_hdcp_arbiter)...) #248: 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, 305 lines checked 1471bcf270af drm/i915/hdcp: Rename comp_mutex to hdcp_mutex