WARNING: line length of 87 exceeds 80 columns #102: FILE: lib/tests/test_fprobe.c:247: + KUNIT_EXPECT_EQ(test, 0, register_fprobe(&fp, "fprobe_selftest_target", NULL)); WARNING: line length of 89 exceeds 80 columns #103: FILE: lib/tests/test_fprobe.c:248: + KUNIT_EXPECT_EQ(test, 0, register_fprobe(&fp3, "fprobe_selftest_target3", NULL)); WARNING: line length of 87 exceeds 80 columns #123: FILE: lib/tests/test_fprobe.c:268: + KUNIT_EXPECT_EQ(test, 0, register_fprobe(&fp, "fprobe_selftest_target", NULL)); WARNING: line length of 89 exceeds 80 columns #124: FILE: lib/tests/test_fprobe.c:269: + KUNIT_EXPECT_EQ(test, 0, register_fprobe(&fp3, "fprobe_selftest_target3", NULL)); total: 0 errors, 4 warnings, 0 checks, 134 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 893366371220 ("lib/test_fprobe: Add recursion check test cases") 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, 4 warnings, 0 checks, 134 lines checked