[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915/selftests: Exercise concurrent submission to all engines

Patchwork patchwork at emeril.freedesktop.org
Wed Sep 25 20:09:30 UTC 2019


== Series Details ==

Series: drm/i915/selftests: Exercise concurrent submission to all engines
URL   : https://patchwork.freedesktop.org/series/67237/
State : warning

== Summary ==

$ dim checkpatch origin/drm-tip
92cc309e8be5 drm/i915/selftests: Exercise concurrent submission to all engines
-:24: WARNING:LINE_SPACING: Missing a blank line after declarations
#24: FILE: drivers/gpu/drm/i915/selftests/i915_request.c:1068:
+	struct intel_engine_cs *engine = arg;
+	IGT_TIMEOUT(end_time);

-:60: WARNING:LINE_SPACING: Missing a blank line after declarations
#60: FILE: drivers/gpu/drm/i915/selftests/i915_request.c:1104:
+	struct intel_engine_cs *engine = arg;
+	IGT_TIMEOUT(end_time);

-:87: WARNING:LINE_SPACING: Missing a blank line after declarations
#87: FILE: drivers/gpu/drm/i915/selftests/i915_request.c:1131:
+	struct drm_i915_private *i915 = arg;
+	static int (* const func[])(void *arg) = {

-:94: WARNING:LINE_SPACING: Missing a blank line after declarations
#94: FILE: drivers/gpu/drm/i915/selftests/i915_request.c:1138:
+	enum intel_engine_id id;
+	int (* const *fn)(void *arg);

total: 0 errors, 4 warnings, 0 checks, 137 lines checked



More information about the Intel-gfx mailing list