WARNING: line length of 92 exceeds 80 columns #72: FILE: net/core/net-procfs.c:53: + seq_put_decimal_ull_width(seq, " ", stats->rx_dropped + stats->rx_missed_errors, 4); WARNING: line length of 93 exceeds 80 columns #74: FILE: net/core/net-procfs.c:55: + seq_put_decimal_ull_width(seq, " ", stats->rx_length_errors + stats->rx_over_errors + WARNING: line length of 84 exceeds 80 columns #75: FILE: net/core/net-procfs.c:56: + stats->rx_crc_errors + stats->rx_frame_errors, 5); WARNING: line length of 97 exceeds 80 columns #84: FILE: net/core/net-procfs.c:65: + seq_put_decimal_ull_width(seq, " ", stats->tx_carrier_errors + stats->tx_aborted_errors + WARNING: line length of 91 exceeds 80 columns #85: FILE: net/core/net-procfs.c:66: + stats->tx_window_errors + stats->tx_heartbeat_errors, 7); total: 0 errors, 5 warnings, 0 checks, 43 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 fb0f6348af3e ("net/core/net-procfs: use seq_put_decimal_ull_width() for decimal values in /proc/net/dev") 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, 5 warnings, 0 checks, 43 lines checked