WARNING: line length of 82 exceeds 80 columns #42: 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 #52: FILE: arch/riscv/net/bpf_jit_comp64.c:692: + emit_ld(RV_REG_T1, 16 + (i - RV_MAX_ARG_REGS) * 8, RV_REG_FP, ctx); WARNING: line length of 83 exceeds 80 columns #60: FILE: arch/riscv/net/bpf_jit_comp64.c:699: +static void restore_args(int nr_args_reg, int args_off, struct rv_jit_context *ctx) WARNING: line length of 108 exceeds 80 columns #71: FILE: arch/riscv/net/bpf_jit_comp64.c:709: +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 #76: FILE: arch/riscv/net/bpf_jit_comp64.c:714: + emit_ld(RV_REG_T1, -(args_off - RV_MAX_ARG_REGS * 8), RV_REG_FP, ctx); WARNING: line length of 88 exceeds 80 columns #93: FILE: arch/riscv/net/bpf_jit_comp64.c:794: + 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 #167: FILE: arch/riscv/net/bpf_jit_comp64.c:966: + restore_args(min_t(int, nr_arg_slots, RV_MAX_ARG_REGS), args_off, ctx); WARNING: line length of 95 exceeds 80 columns #168: FILE: arch/riscv/net/bpf_jit_comp64.c:967: + restore_stack_args(nr_arg_slots - RV_MAX_ARG_REGS, args_off, stk_arg_off, ctx); WARNING: line length of 87 exceeds 80 columns #177: FILE: arch/riscv/net/bpf_jit_comp64.c:1002: + restore_args(min_t(int, nr_arg_slots, RV_MAX_ARG_REGS), args_off, ctx); total: 0 errors, 9 warnings, 0 checks, 143 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 e0cd92b128af ("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, 143 lines checked