WARNING: line length of 82 exceeds 80 columns #44: FILE: arch/riscv/net/bpf_jit_comp64.c:694: +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:703: + emit_ld(RV_REG_T1, 16 + (i - RV_MAX_REG_ARGS) * 8, RV_REG_FP, ctx); WARNING: line length of 83 exceeds 80 columns #63: FILE: arch/riscv/net/bpf_jit_comp64.c:710: +static void restore_args(int nr_reg_args, int args_off, struct rv_jit_context *ctx) WARNING: line length of 86 exceeds 80 columns #80: FILE: arch/riscv/net/bpf_jit_comp64.c:726: + emit_ld(RV_REG_T1, -(args_off - RV_MAX_REG_ARGS * 8), RV_REG_FP, ctx); WARNING: line length of 88 exceeds 80 columns #97: FILE: arch/riscv/net/bpf_jit_comp64.c:806: + 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 #172: FILE: arch/riscv/net/bpf_jit_comp64.c:979: + restore_args(min_t(int, nr_arg_slots, RV_MAX_REG_ARGS), args_off, ctx); WARNING: line length of 95 exceeds 80 columns #173: FILE: arch/riscv/net/bpf_jit_comp64.c:980: + restore_stack_args(nr_arg_slots - RV_MAX_REG_ARGS, args_off, stk_arg_off, ctx); WARNING: line length of 87 exceeds 80 columns #182: FILE: arch/riscv/net/bpf_jit_comp64.c:1015: + restore_args(min_t(int, nr_arg_slots, RV_MAX_REG_ARGS), args_off, ctx); total: 0 errors, 8 warnings, 0 checks, 146 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 6687b66118a0 ("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, 8 warnings, 0 checks, 146 lines checked