== Series Details == Series: drm/i915: Fix NULL pointer dereference in capture_engine (rev2) URL : https://patchwork.freedesktop.org/series/141903/ State : warning == Summary == Error: dim checkpatch failed 5e923c864f1a drm/i915: Fix NULL pointer dereference in capture_engine -:26: ERROR:CODE_INDENT: code indent should use tabs where possible #26: FILE: drivers/gpu/drm/i915/i915_gpu_error.c:1647: +^I char guc_id[11];$ -:27: WARNING:LONG_LINE: line length of 123 exceeds 100 columns #27: FILE: drivers/gpu/drm/i915/i915_gpu_error.c:1648: + ce ? snprintf(guc_id, sizeof(guc_id), " [0x%04x] ", ce->guc_id.id) : snprintf(guc_id, sizeof(guc_id), " "); -:28: ERROR:CODE_INDENT: code indent should use tabs where possible #28: FILE: drivers/gpu/drm/i915/i915_gpu_error.c:1649: +^I drm_info(&engine->gt->i915->drm, "Got hung context on %s with active request %lld:%lld%snot yet started\n",$ -:29: ERROR:CODE_INDENT: code indent should use tabs where possible #29: FILE: drivers/gpu/drm/i915/i915_gpu_error.c:1650: +^I engine->name, rq->fence.context, rq->fence.seqno, guc_id);$ total: 3 errors, 1 warnings, 0 checks, 15 lines checked