WARNING: line length of 85 exceeds 80 columns #42: FILE: drivers/net/ethernet/stmicro/stmmac/dwmac-ingenic.c:130: + val = FIELD_PREP(MACPHYC_TX_SEL_MASK, MACPHYC_TX_SEL_ORIGIN); WARNING: line length of 85 exceeds 80 columns #46: FILE: drivers/net/ethernet/stmicro/stmmac/dwmac-ingenic.c:132: + val = FIELD_PREP(MACPHYC_TX_SEL_MASK, MACPHYC_TX_SEL_DELAY) | WARNING: line length of 100 exceeds 80 columns #47: FILE: drivers/net/ethernet/stmicro/stmmac/dwmac-ingenic.c:133: + FIELD_PREP(MACPHYC_TX_DELAY_MASK, (mac->tx_delay + 9750) / 19500 - 1); total: 0 errors, 3 warnings, 0 checks, 41 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 a1b19def334e ("net: stmmac: ingenic: simplify x2000 mac_set_mode()") 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, 3 warnings, 0 checks, 41 lines checked