WARNING: line length of 87 exceeds 80 columns #59: FILE: include/linux/bpf_local_storage.h:198: + void *value, u64 map_flags, bool swap_uptrs, gfp_t gfp_flags); WARNING: line length of 87 exceeds 80 columns #81: FILE: kernel/bpf/bpf_cgrp_storage.c:184: + value, BPF_NOEXIST, false, gfp_flags); WARNING: line length of 86 exceeds 80 columns #125: FILE: kernel/bpf/bpf_local_storage.c:527: + void *value, u64 map_flags, bool swap_uptrs, gfp_t gfp_flags) WARNING: line length of 89 exceeds 80 columns #134: FILE: kernel/bpf/bpf_local_storage.c:553: + selem = bpf_selem_alloc(smap, owner, value, true, swap_uptrs, gfp_flags); WARNING: line length of 95 exceeds 80 columns #143: FILE: kernel/bpf/bpf_local_storage.c:587: + alloc_selem = selem = bpf_selem_alloc(smap, owner, value, true, swap_uptrs, gfp_flags); CHECK: multiple assignments should be avoided #143: FILE: kernel/bpf/bpf_local_storage.c:587: + alloc_selem = selem = bpf_selem_alloc(smap, owner, value, true, swap_uptrs, gfp_flags); WARNING: line length of 81 exceeds 80 columns #187: FILE: net/core/bpf_sk_storage.c:140: + copy_selem = bpf_selem_alloc(smap, newsk, NULL, true, false, GFP_ATOMIC); total: 0 errors, 6 warnings, 1 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 e15536b8bb6d ("bpf: Add "bool swap_uptrs" arg to bpf_local_storage_update() and bpf_selem_alloc()") 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, 6 warnings, 1 checks, 120 lines checked