WARNING: line length of 88 exceeds 80 columns #37: FILE: kernel/bpf/cpumask.c:437: +__bpf_kfunc int bpf_cpumask_populate(struct cpumask *cpumask, void *src, size_t src__sz) WARNING: line length of 85 exceeds 80 columns #41: FILE: kernel/bpf/cpumask.c:441: + /* The memory region must be large enough to populate the entire CPU mask. */ WARNING: line length of 99 exceeds 80 columns #45: FILE: kernel/bpf/cpumask.c:445: + /* If avoiding unaligned accesses, the input region must be aligned to the nearest long. */ CHECK: Alignment should match open parenthesis #47: FILE: kernel/bpf/cpumask.c:447: + if (!IS_ENABLED(CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS) && + !IS_ALIGNED(source, sizeof(long))) CHECK: From:/Signed-off-by: email comments mismatch: 'From: Emil Tsalapatis ' != 'Signed-off-by: Emil Tsalapatis (Meta) ' total: 0 errors, 3 warnings, 2 checks, 45 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 2820cb0eacdd ("bpf: add kfunc for populating cpumask bits") 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, 3 warnings, 2 checks, 45 lines checked