WARNING: line length of 82 exceeds 80 columns #149: FILE: drivers/net/ethernet/faraday/ftgmac100.c:2011: + tx_delay_index = FIELD_PREP(ASPEED_MAC0_2_TX_DLY, tx_delay_index); WARNING: line length of 82 exceeds 80 columns #150: FILE: drivers/net/ethernet/faraday/ftgmac100.c:2012: + rx_delay_index = FIELD_PREP(ASPEED_MAC0_2_RX_DLY, rx_delay_index); WARNING: line length of 82 exceeds 80 columns #153: FILE: drivers/net/ethernet/faraday/ftgmac100.c:2015: + tx_delay_index = FIELD_PREP(ASPEED_MAC1_3_TX_DLY, tx_delay_index); WARNING: line length of 82 exceeds 80 columns #154: FILE: drivers/net/ethernet/faraday/ftgmac100.c:2016: + rx_delay_index = FIELD_PREP(ASPEED_MAC1_3_RX_DLY, rx_delay_index); WARNING: line length of 84 exceeds 80 columns #157: FILE: drivers/net/ethernet/faraday/ftgmac100.c:2019: + regmap_update_bits(scu, dly_reg, dly_mask, tx_delay_index | rx_delay_index); total: 0 errors, 5 warnings, 0 checks, 237 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 7fc76798f9f3 ("net: ftgmac100: Add RGMII delay support for AST2600") has style problems, please review. NOTE: Ignored message types: ALLOC_SIZEOF_STRUCT BAD_REPORTED_BY_LINK CAMELCASE COMMIT_LOG_LONG_LINE FILE_PATH_CHANGES 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, 237 lines checked