WARNING: line length of 100 exceeds 80 columns #35: FILE: tools/testing/selftests/bpf/conctest.c:436: + { "start", "conctest_wq_task_start", "conctest_wq_nmi_start", CTX_TASK_OK | CTX_NMI_OK }, WARNING: line length of 100 exceeds 80 columns #36: FILE: tools/testing/selftests/bpf/conctest.c:437: + { "set_cb", "conctest_wq_task_set_cb", "conctest_wq_nmi_set_cb", CTX_TASK_OK | CTX_NMI_OK }, WARNING: line length of 100 exceeds 80 columns #37: FILE: tools/testing/selftests/bpf/conctest.c:438: + { "delete", "conctest_wq_task_delete", "conctest_wq_nmi_delete", CTX_TASK_OK | CTX_NMI_OK }, WARNING: static const char * array should probably be static const char * const #41: FILE: tools/testing/selftests/bpf/conctest.c:442: +static const char *wq_extra_progs[] = { "conctest_wq_init", NULL }; WARNING: line length of 100 exceeds 80 columns #53: FILE: tools/testing/selftests/bpf/conctest.c:454: + { "signal", "conctest_tw_task_signal", "conctest_tw_nmi_signal", CTX_TASK_OK | CTX_NMI_OK }, WARNING: line length of 100 exceeds 80 columns #54: FILE: tools/testing/selftests/bpf/conctest.c:455: + { "resume", "conctest_tw_task_resume", "conctest_tw_nmi_resume", CTX_TASK_OK | CTX_NMI_OK }, WARNING: line length of 100 exceeds 80 columns #55: FILE: tools/testing/selftests/bpf/conctest.c:456: + { "delete", "conctest_tw_task_delete", "conctest_tw_nmi_delete", CTX_TASK_OK | CTX_NMI_OK }, total: 0 errors, 7 warnings, 0 checks, 300 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 694af9f4219b ("selftests/bpf: Extend conctest to wq and task_work") has style problems, please review. NOTE: Ignored message types: ALLOC_SIZEOF_STRUCT BAD_REPORTED_BY_LINK CAMELCASE COMMIT_LOG_LONG_LINE FILE_PATH_CHANGES 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, 7 warnings, 0 checks, 300 lines checked