WARNING: line length of 88 exceeds 80 columns #75: FILE: drivers/net/ethernet/intel/igc/igc_ethtool.c:1835: + miss_frame_frag_cnt = FIELD_GET(IGC_PRMEXCPRCNT_MISS_FRAME_FRAG_CNT, reg_value); WARNING: line length of 87 exceeds 80 columns #94: FILE: drivers/net/ethernet/intel/igc/igc_ethtool.c:1854: + stats->MACMergeFrameAssErrorCount = igc_ethtool_get_frame_ass_error(reg_value); WARNING: line length of 87 exceeds 80 columns #95: FILE: drivers/net/ethernet/intel/igc/igc_ethtool.c:1855: + stats->MACMergeFrameSmdErrorCount = igc_ethtool_get_frame_smd_error(reg_value); total: 0 errors, 3 warnings, 0 checks, 74 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 cb91676dc824 ("igc: add support to get frame preemption statistics via ethtool") 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, 74 lines checked