WARNING: line length of 82 exceeds 80 columns #44: FILE: arch/riscv/net/bpf_jit_comp64.c:684: +static void store_args(int nr_arg_slots, int args_off, struct rv_jit_context *ctx) WARNING: line length of 91 exceeds 80 columns #55: FILE: arch/riscv/net/bpf_jit_comp64.c:693: + emit_ld(RV_REG_T1, 16 + (i - RV_MAX_ARGS_REG) * 8, RV_REG_FP, ctx); WARNING: line length of 83 exceeds 80 columns #63: FILE: arch/riscv/net/bpf_jit_comp64.c:700: +static void restore_args(int nr_args_reg, int args_off, struct rv_jit_context *ctx) WARNING: line length of 108 exceeds 80 columns #74: FILE: arch/riscv/net/bpf_jit_comp64.c:710: +static void restore_stack_args(int nr_args_stack, int args_off, int stk_arg_off, struct rv_jit_context *ctx) WARNING: line length of 86 exceeds 80 columns #79: FILE: arch/riscv/net/bpf_jit_comp64.c:715: + emit_ld(RV_REG_T1, -(args_off - RV_MAX_ARGS_REG * 8), RV_REG_FP, ctx); WARNING: line length of 88 exceeds 80 columns #96: FILE: arch/riscv/net/bpf_jit_comp64.c:795: + int retval_off, args_off, nregs_off, ip_off, run_ctx_off, sreg_off, stk_arg_off; WARNING: line length of 87 exceeds 80 columns #171: FILE: arch/riscv/net/bpf_jit_comp64.c:968: + restore_args(min_t(int, nr_arg_slots, RV_MAX_ARGS_REG), args_off, ctx); WARNING: line length of 95 exceeds 80 columns #172: FILE: arch/riscv/net/bpf_jit_comp64.c:969: + restore_stack_args(nr_arg_slots - RV_MAX_ARGS_REG, args_off, stk_arg_off, ctx); WARNING: line length of 87 exceeds 80 columns #181: FILE: arch/riscv/net/bpf_jit_comp64.c:1004: + restore_args(min_t(int, nr_arg_slots, RV_MAX_ARGS_REG), args_off, ctx); total: 0 errors, 9 warnings, 0 checks, 145 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 9ffc55903d52 ("riscv, bpf: Add 12-argument support for RV64 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, 9 warnings, 0 checks, 145 lines checked