WARNING: line length of 84 exceeds 80 columns #84: FILE: drivers/net/ethernet/mediatek/mtk_eth_soc.c:1320: + eth->scratch_ring = mtk_dma_ring_alloc(eth, cnt * soc->tx.desc_size, WARNING: line length of 81 exceeds 80 columns #103: FILE: drivers/net/ethernet/mediatek/mtk_eth_soc.c:2663: + ring->dma = mtk_dma_ring_alloc(eth, ring_size * sz, &ring->phys); WARNING: line length of 89 exceeds 80 columns #131: FILE: drivers/net/ethernet/mediatek/mtk_eth_soc.c:2835: + ring->dma = mtk_dma_ring_alloc(eth, rx_dma_size * eth->soc->rx.desc_size, WARNING: line length of 87 exceeds 80 columns #199: FILE: drivers/net/ethernet/mediatek/mtk_eth_soc.c:5153: + eth->sram_pool = of_gen_pool_get(pdev->dev.of_node, "sram", 0); WARNING: line length of 88 exceeds 80 columns #203: FILE: drivers/net/ethernet/mediatek/mtk_eth_soc.c:5157: + * Legacy support for missing 'sram' node in DT. WARNING: line length of 96 exceeds 80 columns #204: FILE: drivers/net/ethernet/mediatek/mtk_eth_soc.c:5158: + * SRAM is actual memory and supports transparent access WARNING: line length of 95 exceeds 80 columns #205: FILE: drivers/net/ethernet/mediatek/mtk_eth_soc.c:5159: + * just like DRAM. Hence we don't require __iomem being WARNING: line length of 100 exceeds 80 columns #206: FILE: drivers/net/ethernet/mediatek/mtk_eth_soc.c:5160: + * set and don't need to use accessor functions to read from WARNING: line length of 84 exceeds 80 columns #209: FILE: drivers/net/ethernet/mediatek/mtk_eth_soc.c:5163: + eth->sram_base = (void __force *)eth->base + WARNING: line length of 97 exceeds 80 columns #211: FILE: drivers/net/ethernet/mediatek/mtk_eth_soc.c:5165: + eth->phy_scratch_ring = res->start + MTK_ETH_SRAM_OFFSET; total: 0 errors, 10 warnings, 0 checks, 206 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 bcc4ff7f6f75 ("net: ethernet: mtk_eth_soc: use genpool 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, 10 warnings, 0 checks, 206 lines checked