[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915/guc: Remove client->submissions

Patchwork patchwork at emeril.freedesktop.org
Wed Aug 14 00:31:38 UTC 2019


== Series Details ==

Series: drm/i915/guc: Remove client->submissions
URL   : https://patchwork.freedesktop.org/series/65159/
State : warning

== Summary ==

$ dim checkpatch origin/drm-tip
3accf6a089e8 drm/i915/guc: Remove client->submissions
-:89: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#89: FILE: drivers/gpu/drm/i915/i915_debugfs.c:1907:
+	seq_printf(m, "\tPriority %d, GuC stage index: %u, PD offset 0x%x\n",
+		client->priority, client->stage_id, client->proc_desc_offset);

-:91: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#91: FILE: drivers/gpu/drm/i915/i915_debugfs.c:1909:
+	seq_printf(m, "\tDoorbell id %d, offset: 0x%lx\n",
+		client->doorbell_id, client->doorbell_offset);

total: 0 errors, 0 warnings, 2 checks, 62 lines checked



More information about the Intel-gfx mailing list