WARNING: line length of 82 exceeds 80 columns #80: FILE: arch/arm64/net/bpf_jit_comp.c:2035: +static void restore_stack_args(struct jit_ctx *ctx, int args_off, int stk_arg_off, WARNING: line length of 81 exceeds 80 columns #207: FILE: arch/arm64/net/bpf_jit_comp.c:2218: + restore_stack_args(ctx, args_off, stk_arg_off, nargs, nreg_args); WARNING: line length of 81 exceeds 80 columns #252: FILE: arch/arm64/net/bpf_jit_comp.c:2302: + /* The arg_size is at most 16 bytes, enforced by the verifier. */ WARNING: line length of 81 exceeds 80 columns #264: FILE: arch/arm64/net/bpf_jit_comp.c:2314: + return (nreg_args > ARM64_MAX_REG_ARGS ? ARM64_MAX_REG_ARGS : nreg_args); total: 0 errors, 4 warnings, 0 checks, 281 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 e04200d571eb ("arm64, bpf: Add 12-argument support for bpf trampoline") 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, 4 warnings, 0 checks, 281 lines checked