[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915/selftests: Add a simple exerciser for suspend/hibernate
Patchwork
patchwork at emeril.freedesktop.org
Wed Aug 29 23:01:01 UTC 2018
== Series Details ==
Series: drm/i915/selftests: Add a simple exerciser for suspend/hibernate
URL : https://patchwork.freedesktop.org/series/48906/
State : warning
== Summary ==
$ dim checkpatch origin/drm-tip
a315eea06821 drm/i915/selftests: Add a simple exerciser for suspend/hibernate
-:31: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#31:
new file mode 100644
-:36: WARNING:SPDX_LICENSE_TAG: Missing or malformed SPDX-License-Identifier tag in line 1
#36: FILE: drivers/gpu/drm/i915/selftests/i915_gem.c:1:
+/*
-:87: CHECK:SPACING: spaces preferred around that '/' (ctx:VxV)
#87: FILE: drivers/gpu/drm/i915/selftests/i915_gem.c:52:
+ for (x = 0; x < PAGE_SIZE/sizeof(u32); x++)
^
-:88: CHECK:MULTIPLE_ASSIGNMENTS: multiple assignments should be avoided
#88: FILE: drivers/gpu/drm/i915/selftests/i915_gem.c:53:
+ s[x] = prng = next_pseudo_random32(prng);
total: 0 errors, 2 warnings, 2 checks, 185 lines checked
More information about the Intel-gfx
mailing list