WARNING: line length of 92 exceeds 80 columns #109: FILE: tools/bpf/bpftool/btf.c:503: + jsonw_string_field(w, "name", btf_str(btf, locs->name_off)); WARNING: line length of 92 exceeds 80 columns #110: FILE: tools/bpf/bpftool/btf.c:504: + jsonw_uint_field(w, "func_proto_type_id", locs->func_proto); WARNING: line length of 90 exceeds 80 columns #111: FILE: tools/bpf/bpftool/btf.c:505: + jsonw_uint_field(w, "loc_proto_type_id", locs->loc_proto); WARNING: line length of 104 exceeds 80 columns #115: FILE: tools/bpf/bpftool/btf.c:509: + printf("\n\t '%s' func_proto_type_id=%u loc_proto_type_id=%u offset=%u", WARNING: line length of 88 exceeds 80 columns #117: FILE: tools/bpf/bpftool/btf.c:511: + locs->func_proto, locs->loc_proto, locs->offset); total: 0 errors, 5 warnings, 0 checks, 107 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 9f43e569b3cf ("bpftool: Add ability to dump LOC_PARAM, LOC_PROTO and LOCSEC") has style problems, please review. NOTE: Ignored message types: ALLOC_SIZEOF_STRUCT BAD_REPORTED_BY_LINK CAMELCASE COMMIT_LOG_LONG_LINE FILE_PATH_CHANGES 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, 5 warnings, 0 checks, 107 lines checked