WARNING: line length of 81 exceeds 80 columns #312: FILE: drivers/net/ethernet/xilinx/xilinx_axienet_main.c:2354: + rx_cfg.coalesce_cnt = ecoalesce->rx_max_coalesced_frames; WARNING: line length of 81 exceeds 80 columns #315: FILE: drivers/net/ethernet/xilinx/xilinx_axienet_main.c:2357: + rx_cfg.coalesce_cnt = ecoalesce->rx_max_coalesced_frames; WARNING: line length of 81 exceeds 80 columns #328: FILE: drivers/net/ethernet/xilinx/xilinx_axienet_main.c:2370: + tx_cfg.coalesce_cnt = ecoalesce->tx_max_coalesced_frames; WARNING: line length of 81 exceeds 80 columns #331: FILE: drivers/net/ethernet/xilinx/xilinx_axienet_main.c:2373: + tx_cfg.coalesce_cnt = ecoalesce->tx_max_coalesced_frames; WARNING: line length of 87 exceeds 80 columns #337: FILE: drivers/net/ethernet/xilinx/xilinx_axienet_main.c:2379: + NL_SET_ERR_MSG(extack, "failed to set rx coalesce parameters"); WARNING: line length of 87 exceeds 80 columns #346: FILE: drivers/net/ethernet/xilinx/xilinx_axienet_main.c:2388: + NL_SET_ERR_MSG(extack, "failed to set tx coalesce parameters"); total: 0 errors, 6 warnings, 0 checks, 341 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 49484f6e1cfc ("net: xilinx: axienet: Add ethtool support to configure/report irq coalescing parameters in DMAengine flow") 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, 6 warnings, 0 checks, 341 lines checked