WARNING: line length of 88 exceeds 80 columns #84: FILE: net/ipv4/proc.c:373: + snmp_fold_field(net->mib.icmp_statistics, ICMP_MIB_INMSGS)); WARNING: line length of 90 exceeds 80 columns #86: FILE: net/ipv4/proc.c:375: + snmp_fold_field(net->mib.icmp_statistics, ICMP_MIB_INERRORS)); WARNING: line length of 92 exceeds 80 columns #88: FILE: net/ipv4/proc.c:377: + snmp_fold_field(net->mib.icmp_statistics, ICMP_MIB_CSUMERRORS)); WARNING: line length of 91 exceeds 80 columns #103: FILE: net/ipv4/proc.c:379: + seq_put_decimal_ull(seq, " ", atomic_long_read(ptr + icmpmibmap[i].index)); WARNING: line length of 89 exceeds 80 columns #105: FILE: net/ipv4/proc.c:381: + snmp_fold_field(net->mib.icmp_statistics, ICMP_MIB_OUTMSGS)); WARNING: line length of 91 exceeds 80 columns #107: FILE: net/ipv4/proc.c:383: + snmp_fold_field(net->mib.icmp_statistics, ICMP_MIB_OUTERRORS)); WARNING: line length of 97 exceeds 80 columns #109: FILE: net/ipv4/proc.c:385: + snmp_fold_field(net->mib.icmp_statistics, ICMP_MIB_RATELIMITGLOBAL)); WARNING: line length of 95 exceeds 80 columns #111: FILE: net/ipv4/proc.c:387: + snmp_fold_field(net->mib.icmp_statistics, ICMP_MIB_RATELIMITHOST)); WARNING: line length of 91 exceeds 80 columns #116: FILE: net/ipv4/proc.c:390: + atomic_long_read(ptr + (icmpmibmap[i].index | 0x100))); WARNING: line length of 84 exceeds 80 columns #223: FILE: net/ipv4/proc.c:520: + snmp_fold_field(net->mib.net_statistics, WARNING: line length of 86 exceeds 80 columns #224: FILE: net/ipv4/proc.c:521: + snmp4_net_list[i].entry)); WARNING: line length of 85 exceeds 80 columns #249: FILE: net/ipv4/proc.c:542: + snmp_fold_field64(net->mib.ip_statistics, WARNING: line length of 93 exceeds 80 columns #250: FILE: net/ipv4/proc.c:543: + snmp4_ipextstats_list[i].entry, WARNING: line length of 100 exceeds 80 columns #251: FILE: net/ipv4/proc.c:544: + offsetof(struct ipstats_mib, syncp))); total: 0 errors, 14 warnings, 0 checks, 197 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 ae88f5c01903 ("net/ipv4/proc: Avoid usage for seq_printf() when reading /proc/net/snmp") 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, 14 warnings, 0 checks, 197 lines checked