WARNING: line length of 82 exceeds 80 columns #32: FILE: drivers/of/unittest.c:922: + const char *expected_str) WARNING: line length of 86 exceeds 80 columns #46: FILE: drivers/of/unittest.c:936: +static void __init __maybe_unused changeset_check_string_array(struct device_node *np, WARNING: line length of 85 exceeds 80 columns #47: FILE: drivers/of/unittest.c:937: + const char *prop_name, WARNING: line length of 98 exceeds 80 columns #48: FILE: drivers/of/unittest.c:938: + const char * const *expected_array, WARNING: line length of 82 exceeds 80 columns #49: FILE: drivers/of/unittest.c:939: + unsigned int count) WARNING: line length of 83 exceeds 80 columns #92: FILE: drivers/of/unittest.c:982: +static void __init __maybe_unused changeset_check_u32_array(struct device_node *np, WARNING: line length of 82 exceeds 80 columns #93: FILE: drivers/of/unittest.c:983: + const char *prop_name, WARNING: line length of 86 exceeds 80 columns #94: FILE: drivers/of/unittest.c:984: + const u32 *expected_array, WARNING: line length of 82 exceeds 80 columns #146: FILE: drivers/of/unittest.c:1036: + ret = of_changeset_add_prop_string_array(&chgset, np, "prop-string-array", WARNING: line length of 83 exceeds 80 columns #147: FILE: drivers/of/unittest.c:1037: + str_array, ARRAY_SIZE(str_array)); WARNING: line length of 96 exceeds 80 columns #168: FILE: drivers/of/unittest.c:1058: + changeset_check_string_array(np, "prop-string-array", str_array, ARRAY_SIZE(str_array)); WARNING: line length of 90 exceeds 80 columns #170: FILE: drivers/of/unittest.c:1060: + changeset_check_u32_array(np, "prop-u32-array", u32_array, ARRAY_SIZE(u32_array)); total: 0 errors, 12 warnings, 0 checks, 167 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. Commit 8a905fc11704 ("of: unittest: Add tests for changeset properties adding") has style problems, please review. NOTE: Ignored message types: ALLOC_SIZEOF_STRUCT BAD_REPORTED_BY_LINK CAMELCASE COMMIT_LOG_LONG_LINE GIT_COMMIT_ID MACRO_ARG_REUSE NO_AUTHOR_SIGN_OFF NOTE: If any of the errors are false positives, please report them to the maintainer, see CHECKPATCH in MAINTAINERS. total: 0 errors, 12 warnings, 0 checks, 167 lines checked