[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915/gt: move remaining debugfs interfaces into gt (rev5)
Patchwork
patchwork at emeril.freedesktop.org
Sat Apr 4 16:18:14 UTC 2020
== Series Details ==
Series: drm/i915/gt: move remaining debugfs interfaces into gt (rev5)
URL : https://patchwork.freedesktop.org/series/75333/
State : warning
== Summary ==
$ dim checkpatch origin/drm-tip
b1842893326e drm/i915/gt: move remaining debugfs interfaces into gt
-:131: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#131:
new file mode 100644
-:455: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#455: FILE: drivers/gpu/drm/i915/gt/debugfs_sseu.c:74:
+ eu_reg[2 * s + 1] = intel_uncore_read(uncore,
+ GEN10_SS23_EU_PGCTL_ACK(s));
-:505: CHECK:SPACING: spaces preferred around that '*' (ctx:VxV)
#505: FILE: drivers/gpu/drm/i915/gt/debugfs_sseu.c:124:
+ eu_reg[2*s] = intel_uncore_read(uncore,
^
-:507: CHECK:SPACING: spaces preferred around that '*' (ctx:VxV)
#507: FILE: drivers/gpu/drm/i915/gt/debugfs_sseu.c:126:
+ eu_reg[2*s + 1] = intel_uncore_read(uncore,
^
-:545: CHECK:SPACING: spaces preferred around that '*' (ctx:VxV)
#545: FILE: drivers/gpu/drm/i915/gt/debugfs_sseu.c:164:
+ eu_cnt = 2 * hweight32(eu_reg[2*s + ss/2] &
^
-:545: CHECK:SPACING: spaces preferred around that '/' (ctx:VxV)
#545: FILE: drivers/gpu/drm/i915/gt/debugfs_sseu.c:164:
+ eu_cnt = 2 * hweight32(eu_reg[2*s + ss/2] &
^
-:546: CHECK:SPACING: spaces preferred around that '%' (ctx:VxV)
#546: FILE: drivers/gpu/drm/i915/gt/debugfs_sseu.c:165:
+ eu_mask[ss%2]);
^
total: 0 errors, 1 warnings, 6 checks, 1022 lines checked
More information about the Intel-gfx
mailing list