[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for HDCP Cleanup (rev3)
Patchwork
patchwork at emeril.freedesktop.org
Tue May 23 06:26:23 UTC 2023
== Series Details ==
Series: HDCP Cleanup (rev3)
URL : https://patchwork.freedesktop.org/series/117938/
State : warning
== Summary ==
Error: dim checkpatch failed
813ec8b0c18f drm/i915/hdcp: Rename dev_priv to i915
ec41ffc3bde5 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
8a31f6514424 drm/i915/hdcp: Rename comp_mutex to hdcp_mutex
More information about the Intel-gfx
mailing list