WARNING: line length of 82 exceeds 80 columns #164: FILE: drivers/net/ethernet/faraday/ftgmac100.c:1941: + tx_delay_index = FIELD_PREP(ASPEED_MAC0_2_TX_DLY, tx_delay_index); WARNING: line length of 82 exceeds 80 columns #165: FILE: drivers/net/ethernet/faraday/ftgmac100.c:1942: + rx_delay_index = FIELD_PREP(ASPEED_MAC0_2_RX_DLY, rx_delay_index); WARNING: line length of 82 exceeds 80 columns #168: FILE: drivers/net/ethernet/faraday/ftgmac100.c:1945: + tx_delay_index = FIELD_PREP(ASPEED_MAC1_3_TX_DLY, tx_delay_index); WARNING: line length of 82 exceeds 80 columns #169: FILE: drivers/net/ethernet/faraday/ftgmac100.c:1946: + rx_delay_index = FIELD_PREP(ASPEED_MAC1_3_RX_DLY, rx_delay_index); WARNING: line length of 84 exceeds 80 columns #172: FILE: drivers/net/ethernet/faraday/ftgmac100.c:1949: + regmap_update_bits(scu, dly_reg, dly_mask, tx_delay_index | rx_delay_index); WARNING: line length of 86 exceeds 80 columns #210: FILE: drivers/net/ethernet/faraday/ftgmac100.c:2151: + /* Configure RGMII delay if there are the corresponding compatibles */ total: 0 errors, 6 warnings, 0 checks, 190 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 05c6ca09d5a6 ("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, 6 warnings, 0 checks, 190 lines checked