WARNING: line length of 81 exceeds 80 columns #106: FILE: drivers/net/ethernet/stmicro/stmmac/dwmac-spacemit.c:49: + unsigned int tx_code, unsigned int tx_config, WARNING: line length of 81 exceeds 80 columns #107: FILE: drivers/net/ethernet/stmicro/stmmac/dwmac-spacemit.c:50: + unsigned int rx_code, unsigned int rx_config) WARNING: line length of 81 exceeds 80 columns #159: FILE: drivers/net/ethernet/stmicro/stmmac/dwmac-spacemit.c:102: + unsigned int tx_delay, unsigned int rx_delay) WARNING: line length of 90 exceeds 80 columns #168: FILE: drivers/net/ethernet/stmicro/stmmac/dwmac-spacemit.c:111: + plat_dat->phy_interface = phy_fix_phy_mode_for_mac_delays(plat_dat->phy_interface, WARNING: line length of 99 exceeds 80 columns #242: FILE: drivers/net/ethernet/stmicro/stmmac/dwmac-spacemit.c:185: + apmu = syscon_regmap_lookup_by_phandle_args(pdev->dev.of_node, "spacemit,apmu", 2, offset); WARNING: line length of 81 exceeds 80 columns #250: FILE: drivers/net/ethernet/stmicro/stmmac/dwmac-spacemit.c:193: + return dev_err_probe(dev, ret, "Failed to configure ifconfig\n"); WARNING: line length of 83 exceeds 80 columns #252: FILE: drivers/net/ethernet/stmicro/stmmac/dwmac-spacemit.c:195: + of_property_read_u32(pdev->dev.of_node, "tx-internal-delay-ps", &tx_delay); WARNING: line length of 83 exceeds 80 columns #253: FILE: drivers/net/ethernet/stmicro/stmmac/dwmac-spacemit.c:196: + of_property_read_u32(pdev->dev.of_node, "rx-internal-delay-ps", &rx_delay); WARNING: line length of 86 exceeds 80 columns #255: FILE: drivers/net/ethernet/stmicro/stmmac/dwmac-spacemit.c:198: + ret = spacemit_dwmac_fix_delay(plat_dat, apmu, offset[1], tx_delay, rx_delay); total: 0 errors, 9 warnings, 0 checks, 249 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 49bfba9f6081 ("net: stmmac: Add glue layer for Spacemit K3 SoC") 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, 9 warnings, 0 checks, 249 lines checked