== Series Details == Series: series starting with [v4,1/3] drm/i915/migrate: Account for the reserved_space URL : https://patchwork.freedesktop.org/series/111314/ State : warning == Summary == Error: dim checkpatch failed a161f13b1e36 drm/i915/migrate: Account for the reserved_space -:36: WARNING:LEADING_SPACE: please, no spaces at the start of a line #36: FILE: drivers/gpu/drm/i915/gt/intel_migrate.c:347: + struct intel_ring *ring = rq->ring;$ -:38: WARNING:LEADING_SPACE: please, no spaces at the start of a line #38: FILE: drivers/gpu/drm/i915/gt/intel_migrate.c:349: + pkt = min_t(int, pkt, (ring->space - rq->reserved_space) / sizeof(u32) + 5);$ -:39: WARNING:LEADING_SPACE: please, no spaces at the start of a line #39: FILE: drivers/gpu/drm/i915/gt/intel_migrate.c:350: + pkt = min_t(int, pkt, (ring->size - ring->emit) / sizeof(u32) + 5);$ -:41: WARNING:LEADING_SPACE: please, no spaces at the start of a line #41: FILE: drivers/gpu/drm/i915/gt/intel_migrate.c:352: + return pkt;$ total: 0 errors, 4 warnings, 0 checks, 34 lines checked e82b1ca63779 drm/i915/selftests: use live_subtests for live_migrate f9c9bf06c390 drm/i915/selftests: exercise emit_pte() with nearly full ring -:77: WARNING:TRACING_LOGGING: Unnecessary ftrace-like logging - prefer using ftrace #77: FILE: drivers/gpu/drm/i915/gt/selftest_migrate.c:539: + pr_info("%s\n", __func__); -:189: WARNING:MSLEEP: msleep < 20ms can sleep for up to 20ms; see Documentation/timers/timers-howto.rst #189: FILE: drivers/gpu/drm/i915/gt/selftest_migrate.c:651: + msleep(10); /* start all threads before we kthread_stop() */ total: 0 errors, 2 warnings, 0 checks, 200 lines checked