WARNING: line length of 87 exceeds 80 columns #68: FILE: drivers/net/netconsole.c:158: + char userdata[MAX_EXTRADATA_ENTRY_LEN * MAX_USERDATA_ITEMS]; WARNING: line length of 85 exceeds 80 columns #70: FILE: drivers/net/netconsole.c:160: + char sysdata[MAX_EXTRADATA_ENTRY_LEN * MAX_SYSDATA_ITEMS]; WARNING: line length of 84 exceeds 80 columns #137: FILE: drivers/net/netconsole.c:912: + nt->userdata_length += scnprintf(&nt->userdata[nt->userdata_length], WARNING: line length of 82 exceeds 80 columns #494: FILE: drivers/net/netconsole.c:1668: + if (msg_len + release_len + sysdata_len + userdata_len <= MAX_PRINT_CHUNK) total: 0 errors, 4 warnings, 0 checks, 445 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 c76205644bf1 ("netconsole: Split userdata and sysdata") 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, 4 warnings, 0 checks, 445 lines checked