[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for dma-buf: Enhance dma-fence tracing
Patchwork
patchwork at emeril.freedesktop.org
Mon Jan 21 23:47:47 UTC 2019
== Series Details ==
Series: dma-buf: Enhance dma-fence tracing
URL : https://patchwork.freedesktop.org/series/55531/
State : warning
== Summary ==
$ dim checkpatch origin/drm-tip
e620fc0f05f3 dma-buf: Enhance dma-fence tracing
-:461: CHECK:MACRO_ARG_REUSE: Macro argument reuse 'e' - possible side-effects?
#461: FILE: drivers/gpu/drm/i915/intel_ringbuffer.h:582:
+#define i915_trace_hwid(e) ((e)->uabi_class << 16 | (e)->instance)
-:532: CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#532: FILE: include/trace/events/dma_fence.h:70:
+ TP_STRUCT__entry(
-:538: CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#538: FILE: include/trace/events/dma_fence.h:76:
+ TP_fast_assign(
-:552: CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#552: FILE: include/trace/events/dma_fence.h:90:
+ TP_STRUCT__entry(
-:556: CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#556: FILE: include/trace/events/dma_fence.h:94:
+ TP_fast_assign(
-:569: CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#569: FILE: include/trace/events/dma_fence.h:107:
+ TP_STRUCT__entry(
-:574: CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#574: FILE: include/trace/events/dma_fence.h:112:
+ TP_fast_assign(
-:583: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#583: FILE: include/trace/events/dma_fence.h:121:
+TRACE_EVENT(dma_fence_init,
+ TP_PROTO(struct dma_fence *fence),
-:612: CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#612: FILE: include/trace/events/dma_fence.h:190:
+ TP_STRUCT__entry(
-:619: CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#619: FILE: include/trace/events/dma_fence.h:197:
+ TP_fast_assign(
-:635: CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#635: FILE: include/trace/events/dma_fence.h:213:
+ TP_STRUCT__entry(
-:641: CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#641: FILE: include/trace/events/dma_fence.h:219:
+ TP_fast_assign(
-:655: CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#655: FILE: include/trace/events/dma_fence.h:233:
+ TP_STRUCT__entry(
-:661: CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#661: FILE: include/trace/events/dma_fence.h:239:
+ TP_fast_assign(
total: 0 errors, 0 warnings, 14 checks, 546 lines checked
More information about the Intel-gfx
mailing list