[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/2] drm/i915: split out vlv/chv specific suspend/resume code
Patchwork
patchwork at emeril.freedesktop.org
Thu Feb 13 02:16:49 UTC 2020
== Series Details ==
Series: series starting with [1/2] drm/i915: split out vlv/chv specific suspend/resume code
URL : https://patchwork.freedesktop.org/series/73365/
State : warning
== Summary ==
$ dim checkpatch origin/drm-tip
ae72e53c4c88 drm/i915: split out vlv/chv specific suspend/resume code
-:642: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#642:
new file mode 100644
-:883: ERROR:SPACING: space required after that ',' (ctx:VxV)
#883: FILE: drivers/gpu/drm/i915/vlv_suspend.c:237:
+ I915_WRITE(GEN6_RP_DOWN_TIMEOUT,s->rp_down_timeout);
^
total: 1 errors, 1 warnings, 0 checks, 1104 lines checked
c756ef3fa3ce drm/i915: switch vlv_suspend to use intel uncore register accessors
-:232: ERROR:SPACING: space required after that ',' (ctx:VxV)
#232: FILE: drivers/gpu/drm/i915/vlv_suspend.c:239:
+ intel_uncore_write(uncore, GEN6_RP_DOWN_TIMEOUT,s->rp_down_timeout);
^
total: 1 errors, 0 warnings, 0 checks, 367 lines checked
More information about the Intel-gfx
mailing list