CHECK: Alignment should match open parenthesis #272: FILE: src/platform/apollolake/platform.c:171: + memclr((void *)(HP_SRAM_WIN0_BASE + SRAM_REG_FW_END), HP_SRAM_WIN0_SIZE - SRAM_REG_FW_END); CHECK: Alignment should match open parenthesis #336: FILE: src/platform/intel/cavs/platform.c:189: + memclr((void *)(HP_SRAM_WIN0_BASE + SRAM_REG_FW_END), HP_SRAM_WIN0_SIZE - SRAM_REG_FW_END); CHECK: spaces preferred around that '+' (ctx:VxV) #391: FILE: test/cmocka/src/lib/lib/bzero.c:161: + memclr(test_data->str+test_data_zero_middle->beg, ^ CHECK: Alignment should match open parenthesis #392: FILE: test/cmocka/src/lib/lib/bzero.c:162: + memclr(test_data->str+test_data_zero_middle->beg, test_data_zero_middle->len); total: 0 errors, 0 warnings, 4 checks, 262 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-fixed-writebacks-when-operating-via-L1-on-dma-bu.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.