WARNING: line length of 83 exceeds 80 columns #49: FILE: tools/testing/selftests/bpf/prog_tests/task_local_data.h:53: + * TLD_DONT_ROUND_UP_DATA_SIZE - Don't round up memory size allocated for data if WARNING: line length of 82 exceeds 80 columns #60: FILE: tools/testing/selftests/bpf/prog_tests/task_local_data.h:56: + * For some memory allocators, when calling aligned_alloc(alignment, size), size WARNING: line length of 82 exceeds 80 columns #61: FILE: tools/testing/selftests/bpf/prog_tests/task_local_data.h:57: + * does not need to be an integral multiple of alignment and it can be fulfilled WARNING: line length of 83 exceeds 80 columns #62: FILE: tools/testing/selftests/bpf/prog_tests/task_local_data.h:58: + * without using round_up(size, alignment) bytes of memory. Enable this option to WARNING: line length of 85 exceeds 80 columns #71: FILE: tools/testing/selftests/bpf/prog_tests/task_local_data.h:68: +#define TLD_ROUND_UP_POWER_OF_TWO(x) (1UL << (sizeof(x) * 8 - __builtin_clzl(x - 1))) WARNING: line length of 84 exceeds 80 columns #143: FILE: tools/testing/selftests/bpf/prog_tests/task_local_data.h:186: + data->start = (~TLD_PAGE_MASK & (intptr_t)data) + sizeof(struct tld_data_u); total: 0 errors, 6 warnings, 0 checks, 120 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 2ba67af2e99c ("selftests/bpf: Simplify task_local_data memory allocation") 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, 6 warnings, 0 checks, 120 lines checked