WARNING: line length of 94 exceeds 80 columns #72: FILE: kernel/bpf/bpf_local_storage.c:842: + err = bpf_mem_alloc_init(&smap->selem_ma, smap->elem_size, false, NULL, NULL); WARNING: line length of 100 exceeds 80 columns #77: FILE: kernel/bpf/bpf_local_storage.c:846: + err = bpf_mem_alloc_init(&smap->storage_ma, sizeof(struct bpf_local_storage), false, WARNING: line length of 97 exceeds 80 columns #104: FILE: kernel/bpf/cpumask.c:525: + ret = bpf_mem_alloc_init(&bpf_cpumask_ma, sizeof(struct bpf_cpumask), false, NULL, NULL); WARNING: line length of 88 exceeds 80 columns #117: FILE: kernel/bpf/hashtab.c:571: + err = bpf_mem_alloc_init(&htab->ma, htab->elem_size, false, NULL, NULL); WARNING: line length of 89 exceeds 80 columns #123: FILE: kernel/bpf/hashtab.c:576: + round_up(htab->map.value_size, 8), true, WARNING: line length of 84 exceeds 80 columns #171: FILE: kernel/bpf/memalloc.c:268: +static int free_all(struct bpf_mem_cache *c, struct llist_node *llnode, bool percpu) WARNING: line length of 81 exceeds 80 columns #205: FILE: kernel/bpf/memalloc.c:425: + free_all(c, llist_del_all(&c->waiting_for_gp), !!c->percpu_size); total: 0 errors, 7 warnings, 0 checks, 174 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 9404cfcd44ce ("bpf: Add a new dtor callback argument for bpf_mem_alloc_init") 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, 7 warnings, 0 checks, 174 lines checked