WARNING: line length of 83 exceeds 80 columns #94: FILE: kernel/bpf/bpf_local_storage.c:583: + selem = bpf_selem_alloc(smap, owner, value, swap_uptrs, gfp_flags); WARNING: line length of 89 exceeds 80 columns #103: FILE: kernel/bpf/bpf_local_storage.c:617: + alloc_selem = selem = bpf_selem_alloc(smap, owner, value, swap_uptrs, gfp_flags); CHECK: multiple assignments should be avoided #103: FILE: kernel/bpf/bpf_local_storage.c:617: + alloc_selem = selem = bpf_selem_alloc(smap, owner, value, swap_uptrs, gfp_flags); total: 0 errors, 2 warnings, 1 checks, 95 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 ee9320a31cae ("bpf: Always charge/uncharge memory when allocating/unlinking storage elements") 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, 2 warnings, 1 checks, 95 lines checked