WARNING: line length of 90 exceeds 80 columns #45: FILE: drivers/net/ethernet/faraday/ftgmac100.c:270: + iowrite32(lower_32_bits(priv->rxdes_dma), priv->base + FTGMAC100_OFFSET_RXR_BADR); WARNING: line length of 96 exceeds 80 columns #46: FILE: drivers/net/ethernet/faraday/ftgmac100.c:271: + iowrite32(upper_32_bits(priv->rxdes_dma), priv->base + FTGMAC100_OFFSET_RXR_BADDR_HIGH); WARNING: line length of 92 exceeds 80 columns #50: FILE: drivers/net/ethernet/faraday/ftgmac100.c:274: + iowrite32(lower_32_bits(priv->txdes_dma), priv->base + FTGMAC100_OFFSET_NPTXR_BADR); WARNING: line length of 96 exceeds 80 columns #51: FILE: drivers/net/ethernet/faraday/ftgmac100.c:275: + iowrite32(upper_32_bits(priv->txdes_dma), priv->base + FTGMAC100_OFFSET_TXR_BADDR_HIGH); WARNING: line length of 84 exceeds 80 columns #72: FILE: drivers/net/ethernet/faraday/ftgmac100.c:566: + ((le32_to_cpu(rxdes->rxdes2) & FTGMAC100_RXDES2_RXBUF_BADR_HI) << 16); WARNING: line length of 84 exceeds 80 columns #85: FILE: drivers/net/ethernet/faraday/ftgmac100.c:647: + ((le32_to_cpu(txdes->txdes2) & FTGMAC100_TXDES2_TXBUF_BADR_HI) << 16); WARNING: line length of 86 exceeds 80 columns #106: FILE: drivers/net/ethernet/faraday/ftgmac100.c:832: + txdes->txdes2 = cpu_to_le32(FIELD_PREP(FTGMAC100_TXDES2_TXBUF_BADR_HI, WARNING: line length of 83 exceeds 80 columns #107: FILE: drivers/net/ethernet/faraday/ftgmac100.c:833: + upper_32_bits((ulong)map))); WARNING: line length of 92 exceeds 80 columns #120: FILE: drivers/net/ethernet/faraday/ftgmac100.c:912: + ((le32_to_cpu(rxdes->rxdes2) & FTGMAC100_RXDES2_RXBUF_BADR_HI) << 16); WARNING: line length of 86 exceeds 80 columns #129: FILE: drivers/net/ethernet/faraday/ftgmac100.c:1011: + rxdes->rxdes2 = cpu_to_le32(FIELD_PREP(FTGMAC100_RXDES2_RXBUF_BADR_HI, WARNING: line length of 93 exceeds 80 columns #130: FILE: drivers/net/ethernet/faraday/ftgmac100.c:1012: + upper_32_bits(priv->rx_scratch_dma))); WARNING: line length of 81 exceeds 80 columns #131: FILE: drivers/net/ethernet/faraday/ftgmac100.c:1013: + rxdes->rxdes3 = cpu_to_le32(lower_32_bits(priv->rx_scratch_dma)); total: 0 errors, 12 warnings, 0 checks, 112 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 e3f16b15fcda ("net: ftgmac100: Add 64-bit DMA support for AST2700") 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, 12 warnings, 0 checks, 112 lines checked