WARNING: line length of 81 exceeds 80 columns #146: FILE: drivers/net/ethernet/mediatek/mtk_eth_soc.c:2808: + ring->dma = mtk_dma_ring_alloc(eth, rx_dma_size * eth->soc->rx.desc_size, WARNING: line length of 84 exceeds 80 columns #147: FILE: drivers/net/ethernet/mediatek/mtk_eth_soc.c:2809: + &ring->phys, rx_flag == MTK_RX_FLAGS_NORMAL); WARNING: line length of 82 exceeds 80 columns #175: FILE: drivers/net/ethernet/mediatek/mtk_eth_soc.c:3296: + eth->scratch_ring, eth->phy_scratch_ring, true); WARNING: line length of 84 exceeds 80 columns #197: FILE: drivers/net/ethernet/mediatek/mtk_eth_soc.c:5021: + const_ilog2(MTK_ETH_SRAM_GRANULARITY), WARNING: line length of 87 exceeds 80 columns #246: FILE: drivers/net/ethernet/mediatek/mtk_eth_soc.c:5131: + eth->sram_pool = of_gen_pool_get(pdev->dev.of_node, "sram", 0); total: 0 errors, 5 warnings, 0 checks, 251 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 f10d632ec853 ("net: ethernet: mtk_eth_soc: use generic allocator for SRAM") 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, 251 lines checked