WARNING: line length of 88 exceeds 80 columns #33: FILE: arch/riscv/net/bpf_jit_comp64.c:476: +static int emit_load_8(bool sign_ext, u8 rd, s32 off, u8 rs, struct rv_jit_context *ctx) WARNING: line length of 89 exceeds 80 columns #56: FILE: arch/riscv/net/bpf_jit_comp64.c:499: +static int emit_load_16(bool sign_ext, u8 rd, s32 off, u8 rs, struct rv_jit_context *ctx) WARNING: line length of 89 exceeds 80 columns #79: FILE: arch/riscv/net/bpf_jit_comp64.c:522: +static int emit_load_32(bool sign_ext, u8 rd, s32 off, u8 rs, struct rv_jit_context *ctx) WARNING: line length of 89 exceeds 80 columns #102: FILE: arch/riscv/net/bpf_jit_comp64.c:545: +static int emit_load_64(bool sign_ext, u8 rd, s32 off, u8 rs, struct rv_jit_context *ctx) total: 0 errors, 4 warnings, 0 checks, 279 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 f29a12fe7fba ("bpf, riscv64: Introduce emit_load_*() and emit_store_*()") 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, 279 lines checked