CHECK: Alignment should match open parenthesis #51: FILE: src/lib/dma-trace.c:372: +static int dtrace_calc_buf_overflow(struct dma_trace_buf *buffer, + uint32_t length) CHECK: Alignment should match open parenthesis #113: FILE: src/lib/dma-trace.c:417: + trace_error(0, "Number of dropped entries: %u", + tmp_dropped_entries); CHECK: Alignment should match open parenthesis #128: FILE: src/lib/dma-trace.c:430: + dcache_writeback_invalidate_region(buffer->w_ptr, + length); CHECK: Alignment should match open parenthesis #134: FILE: src/lib/dma-trace.c:436: + dcache_writeback_invalidate_region(buffer->w_ptr, + margin); CHECK: Alignment should match open parenthesis #139: FILE: src/lib/dma-trace.c:441: + dcache_writeback_invalidate_region(buffer->w_ptr, + length - margin); total: 0 errors, 0 warnings, 5 checks, 124 lines checked NOTE: For some of the reported defects, checkpatch may be able to mechanically convert to the typical style using --fix or --fix-inplace. 0001-dma-trace-handling-dma-trace-buffer-overflow.patch has style problems, please review. NOTE: If any of the errors are false positives, please report them to the maintainer, see CHECKPATCH in MAINTAINERS.