[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915/gt: move remaining debugfs interfaces into gt (rev2)
Patchwork
patchwork at emeril.freedesktop.org
Wed Apr 1 00:28:49 UTC 2020
== Series Details ==
Series: drm/i915/gt: move remaining debugfs interfaces into gt (rev2)
URL : https://patchwork.freedesktop.org/series/75333/
State : warning
== Summary ==
$ dim checkpatch origin/drm-tip
7c03d498e02f drm/i915/gt: move remaining debugfs interfaces into gt
-:116: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#116:
new file mode 100644
-:440: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#440: FILE: drivers/gpu/drm/i915/gt/debugfs_gt_sseu.c:74:
+ eu_reg[2 * s + 1] = intel_uncore_read(uncore,
+ GEN10_SS23_EU_PGCTL_ACK(s));
-:490: CHECK:SPACING: spaces preferred around that '*' (ctx:VxV)
#490: FILE: drivers/gpu/drm/i915/gt/debugfs_gt_sseu.c:124:
+ eu_reg[2*s] = intel_uncore_read(uncore,
^
-:492: CHECK:SPACING: spaces preferred around that '*' (ctx:VxV)
#492: FILE: drivers/gpu/drm/i915/gt/debugfs_gt_sseu.c:126:
+ eu_reg[2*s + 1] = intel_uncore_read(uncore,
^
-:530: CHECK:SPACING: spaces preferred around that '*' (ctx:VxV)
#530: FILE: drivers/gpu/drm/i915/gt/debugfs_gt_sseu.c:164:
+ eu_cnt = 2 * hweight32(eu_reg[2*s + ss/2] &
^
-:530: CHECK:SPACING: spaces preferred around that '/' (ctx:VxV)
#530: FILE: drivers/gpu/drm/i915/gt/debugfs_gt_sseu.c:164:
+ eu_cnt = 2 * hweight32(eu_reg[2*s + ss/2] &
^
-:531: CHECK:SPACING: spaces preferred around that '%' (ctx:VxV)
#531: FILE: drivers/gpu/drm/i915/gt/debugfs_gt_sseu.c:165:
+ eu_mask[ss%2]);
^
total: 0 errors, 1 warnings, 6 checks, 1031 lines checked
More information about the Intel-gfx
mailing list