WARNING: const array should probably be static const #31: FILE: lib/buildid.c:21: + const char note_name[] = "GNU"; WARNING: line length of 83 exceeds 80 columns #58: FILE: lib/buildid.c:38: + memset(build_id + desc_sz, 0, BUILD_ID_SIZE_MAX - desc_sz); WARNING: line length of 98 exceeds 80 columns #66: FILE: lib/buildid.c:43: + new_offs = note_offs + sizeof(Elf32_Nhdr) + ALIGN(name_sz, 4) + ALIGN(desc_sz, 4); total: 0 errors, 3 warnings, 0 checks, 104 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 b5b3fe3ad8b9 ("lib/buildid: harden build ID parsing logic") 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, 3 warnings, 0 checks, 104 lines checked