[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/2] trace: Export anonymous tracing
Patchwork
patchwork at emeril.freedesktop.org
Sun Mar 1 16:00:48 UTC 2020
== Series Details ==
Series: series starting with [1/2] trace: Export anonymous tracing
URL : https://patchwork.freedesktop.org/series/74117/
State : warning
== Summary ==
$ dim checkpatch origin/drm-tip
0385cbf331ee trace: Export anonymous tracing
26fbc3a0c7c8 RFC drm/i915: Export per-client debug tracing
-:65: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#65: FILE: drivers/gpu/drm/i915/gem/i915_gem_context.c:1477:
+ CTX_TRACE(set->ctx,
"Invalid placement[%d], already occupied\n", idx);
-:311: CHECK:SPACING: No space is necessary after a cast
#311: FILE: drivers/gpu/drm/i915/gem/i915_gem_execbuffer.c:1358:
+ (int) reloc->offset,
-:330: CHECK:SPACING: No space is necessary after a cast
#330: FILE: drivers/gpu/drm/i915/gem/i915_gem_execbuffer.c:1370:
+ (int) reloc->offset,
-:581: CHECK:LINE_SPACING: Please use a blank line after function/struct/union/enum declarations
#581: FILE: drivers/gpu/drm/i915/i915_drv.h:230:
};
+#define TRACE(tr, ...) trace_array_printk((tr), _THIS_IP_, __VA_ARGS__)
total: 0 errors, 0 warnings, 4 checks, 546 lines checked
More information about the Intel-gfx
mailing list