CHECK: Lines should not end with a '(' #93: FILE: test/cmocka/src/audio/pipeline/pipeline_connect_upstream.c:46: + struct pipeline_connect_upstream_data *pipeline_connect_data = calloc( CHECK: Alignment should match open parenthesis #212: FILE: test/cmocka/src/audio/pipeline/pipeline_connect_upstream.c:165: + assert_int_equal(result->sched_comp->frames, + test_data->p.ipc_pipe.frames_per_sched); CHECK: Alignment should match open parenthesis #233: FILE: test/cmocka/src/audio/pipeline/pipeline_connect_upstream.c:186: + list_item_append(&result->sched_comp->bsink_list, + &test_data->b1->source_list); CHECK: Alignment should match open parenthesis #235: FILE: test/cmocka/src/audio/pipeline/pipeline_connect_upstream.c:188: + list_item_append(&test_data->b1->source_list, + &result->sched_comp->bsink_list); CHECK: Alignment should match open parenthesis #237: FILE: test/cmocka/src/audio/pipeline/pipeline_connect_upstream.c:190: + list_item_append(&test_data->b1->sink_list, + &test_data->second->bsource_list); CHECK: Alignment should match open parenthesis #267: FILE: test/cmocka/src/audio/pipeline/pipeline_connect_upstream.c:220: + list_item_append(&result->sched_comp->bsource_list, + &test_data->b1->sink_list); CHECK: Alignment should match open parenthesis #271: FILE: test/cmocka/src/audio/pipeline/pipeline_connect_upstream.c:224: + list_item_append(&test_data->b1->source_list, + &test_data->second->bsink_list); CHECK: Alignment should match open parenthesis #273: FILE: test/cmocka/src/audio/pipeline/pipeline_connect_upstream.c:226: + list_item_append(&test_data->second->bsource_list, + &test_data->b2->sink_list); CHECK: Alignment should match open parenthesis #302: FILE: test/cmocka/src/audio/pipeline/pipeline_connect_upstream.c:255: + list_item_append(&result->sched_comp->bsink_list, + &test_data->b1->source_list); CHECK: Alignment should match open parenthesis #305: FILE: test/cmocka/src/audio/pipeline/pipeline_connect_upstream.c:258: + list_item_append(&test_data->b1->source_list, + &result->sched_comp->bsink_list); CHECK: Alignment should match open parenthesis #308: FILE: test/cmocka/src/audio/pipeline/pipeline_connect_upstream.c:261: + list_item_append(&test_data->b1->sink_list, + &test_data->second->bsource_list); CHECK: Alignment should match open parenthesis #318: FILE: test/cmocka/src/audio/pipeline/pipeline_connect_upstream.c:271: + assert_int_equal(test_data->first->frames, + result->ipc_pipe.frames_per_sched); CHECK: Alignment should match open parenthesis #320: FILE: test/cmocka/src/audio/pipeline/pipeline_connect_upstream.c:273: + assert_int_equal(test_data->second->frames, + result->ipc_pipe.frames_per_sched); CHECK: Alignment should match open parenthesis #345: FILE: test/cmocka/src/audio/pipeline/pipeline_connect_upstream.c:298: + list_item_append(&result->sched_comp->bsource_list, + &test_data->b1->sink_list); CHECK: Alignment should match open parenthesis #353: FILE: test/cmocka/src/audio/pipeline/pipeline_connect_upstream.c:306: + assert_int_equal(test_data->first->frames, + result->ipc_pipe.frames_per_sched); CHECK: Alignment should match open parenthesis #355: FILE: test/cmocka/src/audio/pipeline/pipeline_connect_upstream.c:308: + assert_int_equal(test_data->second->frames, + result->ipc_pipe.frames_per_sched); CHECK: Alignment should match open parenthesis #381: FILE: test/cmocka/src/audio/pipeline/pipeline_connect_upstream.c:334: + list_item_append(&result->sched_comp->bsource_list, + &test_data->b1->sink_list); CHECK: Alignment should match open parenthesis #385: FILE: test/cmocka/src/audio/pipeline/pipeline_connect_upstream.c:338: + list_item_append(&test_data->second->bsource_list, + &test_data->b1->source_list); CHECK: Blank lines aren't necessary after an open brace '{' #404: FILE: test/cmocka/src/audio/pipeline/pipeline_connect_upstream.c:357: +{ + CHECK: Avoid CamelCase: #405: FILE: test/cmocka/src/audio/pipeline/pipeline_connect_upstream.c:358: + const struct CMUnitTest tests[] = { CHECK: Lines should not end with a '(' #406: FILE: test/cmocka/src/audio/pipeline/pipeline_connect_upstream.c:359: + cmocka_unit_test( CHECK: Lines should not end with a '(' #409: FILE: test/cmocka/src/audio/pipeline/pipeline_connect_upstream.c:362: + cmocka_unit_test( CHECK: Lines should not end with a '(' #412: FILE: test/cmocka/src/audio/pipeline/pipeline_connect_upstream.c:365: + cmocka_unit_test( CHECK: Lines should not end with a '(' #415: FILE: test/cmocka/src/audio/pipeline/pipeline_connect_upstream.c:368: + cmocka_unit_test( CHECK: Lines should not end with a '(' #418: FILE: test/cmocka/src/audio/pipeline/pipeline_connect_upstream.c:371: + cmocka_unit_test( CHECK: Lines should not end with a '(' #421: FILE: test/cmocka/src/audio/pipeline/pipeline_connect_upstream.c:374: + cmocka_unit_test( CHECK: Lines should not end with a '(' #424: FILE: test/cmocka/src/audio/pipeline/pipeline_connect_upstream.c:377: + cmocka_unit_test( CHECK: Lines should not end with a '(' #427: FILE: test/cmocka/src/audio/pipeline/pipeline_connect_upstream.c:380: + cmocka_unit_test( CHECK: Lines should not end with a '(' #430: FILE: test/cmocka/src/audio/pipeline/pipeline_connect_upstream.c:383: + cmocka_unit_test( CHECK: Please don't use multiple blank lines #435: FILE: test/cmocka/src/audio/pipeline/pipeline_connect_upstream.c:388: + + total: 0 errors, 0 warnings, 30 checks, 421 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-tests-pipeline_complete.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.