CHECK: Lines should not end with a '(' #137: FILE: test/cmocka/src/lib/lib/memset.c:187: + return check_arr( CHECK: Lines should not end with a '(' #156: FILE: test/cmocka/src/lib/lib/memset.c:201: + return check_arrs( CHECK: Lines should not end with a '(' #173: FILE: test/cmocka/src/lib/lib/memset.c:218: +static struct helper_args_t *make_helper_args( CHECK: Lines should not end with a '(' #179: FILE: test/cmocka/src/lib/lib/memset.c:224: + struct helper_args_t *args = malloc( CHECK: Lines should not end with a '(' #191: FILE: test/cmocka/src/lib/lib/memset.c:236: +static void test_multipart_base( CHECK: Lines should not end with a '(' #203: FILE: test/cmocka/src/lib/lib/memset.c:248: +static void test_multipart_assert( CHECK: No space is necessary after a cast #211: FILE: test/cmocka/src/lib/lib/memset.c:256: + (void) state; CHECK: Lines should not end with a '(' #242: FILE: test/cmocka/src/lib/lib/memset.c:325: +static void _test_lib_lib_memset_char_change_none( CHECK: Comparison to NULL could be written "args" #258: FILE: test/cmocka/src/lib/lib/memset.c:337: + if (args != NULL) CHECK: Lines should not end with a '(' #278: FILE: test/cmocka/src/lib/lib/memset.c:348: + struct helper_args_t *args = make_helper_args( CHECK: Lines should not end with a '(' #300: FILE: test/cmocka/src/lib/lib/memset.c:367: +static void _test_lib_lib_memset_char_change_first( CHECK: Comparison to NULL could be written "args" #316: FILE: test/cmocka/src/lib/lib/memset.c:379: + if (args != NULL) CHECK: Lines should not end with a '(' #335: FILE: test/cmocka/src/lib/lib/memset.c:390: + struct helper_args_t *args = make_helper_args( CHECK: Lines should not end with a '(' #358: FILE: test/cmocka/src/lib/lib/memset.c:409: +static void _test_lib_lib_memset_char_change_all( CHECK: Comparison to NULL could be written "args" #374: FILE: test/cmocka/src/lib/lib/memset.c:421: + if (args != NULL) CHECK: Lines should not end with a '(' #380: FILE: test/cmocka/src/lib/lib/memset.c:427: + struct helper_args_t *args = make_helper_args( CHECK: Lines should not end with a '(' #398: FILE: test/cmocka/src/lib/lib/memset.c:436: + struct helper_args_t *args = make_helper_args( CHECK: Lines should not end with a '(' #423: FILE: test/cmocka/src/lib/lib/memset.c:460: +static void _test_lib_lib_memset_char_change_middle( CHECK: Comparison to NULL could be written "args" #439: FILE: test/cmocka/src/lib/lib/memset.c:472: + if (args != NULL) CHECK: Lines should not end with a '(' #455: FILE: test/cmocka/src/lib/lib/memset.c:478: + _test_lib_lib_memset_char_change_middle( CHECK: Lines should not end with a '(' #470: FILE: test/cmocka/src/lib/lib/memset.c:487: + struct helper_args_t *args = make_helper_args( CHECK: Lines should not end with a '(' #477: FILE: test/cmocka/src/lib/lib/memset.c:494: + _test_lib_lib_memset_char_change_middle( CHECK: Lines should not end with a '(' #497: FILE: test/cmocka/src/lib/lib/memset.c:503: + struct helper_args_t *args = make_helper_args( CHECK: Lines should not end with a '(' #517: FILE: test/cmocka/src/lib/lib/memset.c:514: + struct helper_args_t *args = make_helper_args( CHECK: Lines should not end with a '(' #528: FILE: test/cmocka/src/lib/lib/memset.c:525: + struct helper_args_t *args = make_helper_args( CHECK: Lines should not end with a '(' #533: FILE: test/cmocka/src/lib/lib/memset.c:530: + _test_lib_lib_memset_char_change_middle( CHECK: Lines should not end with a '(' #551: FILE: test/cmocka/src/lib/lib/memset.c:539: + struct helper_args_t *args = make_helper_args( ERROR: Missing Signed-off-by: line(s) total: 1 errors, 0 warnings, 27 checks, 547 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-lib-memset-Refactor-to-use-static-functions-ins.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.