[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/2] drm/i915/selftests: Split preemption smoke test into threads

Patchwork patchwork at emeril.freedesktop.org
Thu Sep 27 11:07:39 UTC 2018


== Series Details ==

Series: series starting with [1/2] drm/i915/selftests: Split preemption smoke test into threads
URL   : https://patchwork.freedesktop.org/series/50264/
State : warning

== Summary ==

$ dim checkpatch origin/drm-tip
295fda403839 drm/i915/selftests: Split preemption smoke test into threads
-:33: WARNING:LINE_SPACING: Missing a blank line after declarations
#33: FILE: drivers/gpu/drm/i915/selftests/intel_lrc.c:605:
+	struct preempt_smoke *smoke = arg;
+	IGT_TIMEOUT(end_time);

-:80: WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (16, 20)
#80: FILE: drivers/gpu/drm/i915/selftests/intel_lrc.c:650:
+		if (IS_ERR(tsk[id])) {
+		    err = PTR_ERR(tsk[id]);

-:82: WARNING:TABSTOP: Statements should start on a tabstop
#82: FILE: drivers/gpu/drm/i915/selftests/intel_lrc.c:652:
+		    break;

total: 0 errors, 3 warnings, 0 checks, 98 lines checked
565467eb310d drm/i915/selftests: Include arbitration points in preemption smoketest



More information about the Intel-gfx mailing list