CHECK: Lines should not end with a '(' #95: FILE: test/cmocka/src/audio/pipeline/pipeline_comp_connect.c:60: + int err = pipeline_comp_connect( CHECK: Lines should not end with a '(' #112: FILE: test/cmocka/src/audio/pipeline/pipeline_comp_connect.c:77: + pipeline_comp_connect( CHECK: Lines should not end with a '(' #118: FILE: test/cmocka/src/audio/pipeline/pipeline_comp_connect.c:83: + assert_ptr_equal( CHECK: Please don't use multiple blank lines #131: FILE: test/cmocka/src/audio/pipeline/pipeline_comp_connect.c:96: + + CHECK: Lines should not end with a '(' #133: FILE: test/cmocka/src/audio/pipeline/pipeline_comp_connect.c:98: + pipeline_comp_connect( CHECK: Please don't use multiple blank lines #139: FILE: test/cmocka/src/audio/pipeline/pipeline_comp_connect.c:104: + + CHECK: Lines should not end with a '(' #152: FILE: test/cmocka/src/audio/pipeline/pipeline_comp_connect.c:117: + pipeline_comp_connect( CHECK: Lines should not end with a '(' #172: FILE: test/cmocka/src/audio/pipeline/pipeline_comp_connect.c:137: + pipeline_comp_connect( CHECK: Avoid CamelCase: #183: FILE: test/cmocka/src/audio/pipeline/pipeline_comp_connect.c:148: + const struct CMUnitTest tests[] = { CHECK: Lines should not end with a '(' #184: FILE: test/cmocka/src/audio/pipeline/pipeline_comp_connect.c:149: + cmocka_unit_test( CHECK: Lines should not end with a '(' #187: FILE: test/cmocka/src/audio/pipeline/pipeline_comp_connect.c:152: + cmocka_unit_test( CHECK: Lines should not end with a '(' #190: FILE: test/cmocka/src/audio/pipeline/pipeline_comp_connect.c:155: + cmocka_unit_test( CHECK: Lines should not end with a '(' #193: FILE: test/cmocka/src/audio/pipeline/pipeline_comp_connect.c:158: + cmocka_unit_test( CHECK: Lines should not end with a '(' #196: FILE: test/cmocka/src/audio/pipeline/pipeline_comp_connect.c:161: + cmocka_unit_test( total: 0 errors, 0 warnings, 14 checks, 179 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-test-pipeline_comp_connect-test-added.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.