[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [01/10] drm/i915: Use a ctor for TYPESAFE_BY_RCU i915_request

Patchwork patchwork at emeril.freedesktop.org
Tue Nov 5 10:00:16 UTC 2019


== Series Details ==

Series: series starting with [01/10] drm/i915: Use a ctor for TYPESAFE_BY_RCU i915_request
URL   : https://patchwork.freedesktop.org/series/68975/
State : warning

== Summary ==

$ dim checkpatch origin/drm-tip
53c420dd53fa drm/i915: Use a ctor for TYPESAFE_BY_RCU i915_request
e3c80b398099 drm/i915/selftests: Perform some basic cycle counting of MI ops
-:448: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#448: 
new file mode 100644

-:487: ERROR:BRACKET_SPACE: space prohibited before open square bracket '['
#487: FILE: drivers/gpu/drm/i915/selftests/i915_selftest.c:87:
+#define selftest(n, f) [perf_##n] = { .name = #n, { .live = f } },

-:491: CHECK:LINE_SPACING: Please use a blank line after function/struct/union/enum declarations
#491: FILE: drivers/gpu/drm/i915/selftests/i915_selftest.c:91:
+};
+#undef selftest

-:502: WARNING:TRAILING_SEMICOLON: macros should not use a trailing semicolon
#502: FILE: drivers/gpu/drm/i915/selftests/i915_selftest.c:110:
+#define selftest_0(n, func, id) \
+module_param_named(id, perf_selftests[perf_##n].enabled, bool, 0400);

total: 1 errors, 2 warnings, 1 checks, 492 lines checked
29fe7f9eddf8 drm/i915/selftests: Mock the engine sorting for easy validation
-:27: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#27: 
new file mode 100644

-:32: WARNING:SPDX_LICENSE_TAG: Missing or malformed SPDX-License-Identifier tag in line 1
#32: FILE: drivers/gpu/drm/i915/gt/selftest_engine_user.c:1:
+/*

-:33: WARNING:SPDX_LICENSE_TAG: Misplaced SPDX-License-Identifier tag - use line 1 instead
#33: FILE: drivers/gpu/drm/i915/gt/selftest_engine_user.c:2:
+ * SPDX-License-Identifier: MIT

total: 0 errors, 3 warnings, 0 checks, 102 lines checked
48e1cd012365 drm/i915: Drop GEM context as a direct link from i915_request
7f7e9716064d drm/i915: Push the use-semaphore marker onto the intel_context
e455569ed96f drm/i915: Remove i915->kernel_context
ab5403edf2d2 drm/i915: Move i915_gem_init_contexts() earlier
68caf747986a drm/i915/gt: Defer engine registration until fully initialised
e29807c46b6f drm/i915/gt: Pull GT initialisation under intel_gt_init()
36e3fbe4d57e drm/i915/gt: Merge engine init/setup loops



More information about the Intel-gfx mailing list