WARNING: please write a help paragraph that fully describes the config symbol #27: FILE: drivers/net/ethernet/stmicro/stmmac/Kconfig:124: +config DWMAC_NUVOTON + tristate "Nuvoton MA35 dwmac support" + default ARCH_MA35 + depends on OF && (ARCH_MA35 || COMPILE_TEST) + select MFD_SYSCON + help + Support for Ethernet controller on Nuvoton MA35 series SoC. + + This selects the Nuvoton MA35 series SoC glue layer support + for the stmmac device driver. + WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #54: new file mode 100644 WARNING: line length of 93 exceeds 80 columns #107: FILE: drivers/net/ethernet/stmicro/stmmac/dwmac-nuvoton.c:49: + syscon_regmap_lookup_by_phandle_args(dev->of_node, "nuvoton,sys", 1, &macid); WARNING: line length of 94 exceeds 80 columns #109: FILE: drivers/net/ethernet/stmicro/stmmac/dwmac-nuvoton.c:51: + dev_err_probe(dev, PTR_ERR(bsp_priv->regmap), "Failed to get sys register\n"); WARNING: line length of 84 exceeds 80 columns #121: FILE: drivers/net/ethernet/stmicro/stmmac/dwmac-nuvoton.c:63: + tx_delay = (arg == 2000) ? 0xF : (arg / NVT_PATH_DELAY_DEC); WARNING: line length of 84 exceeds 80 columns #132: FILE: drivers/net/ethernet/stmicro/stmmac/dwmac-nuvoton.c:74: + rx_delay = (arg == 2000) ? 0xF : (arg / NVT_PATH_DELAY_DEC); WARNING: line length of 88 exceeds 80 columns #141: FILE: drivers/net/ethernet/stmicro/stmmac/dwmac-nuvoton.c:83: + macid == 0 ? NVT_REG_SYS_GMAC0MISCR : NVT_REG_SYS_GMAC1MISCR, ®); WARNING: line length of 88 exceeds 80 columns #170: FILE: drivers/net/ethernet/stmicro/stmmac/dwmac-nuvoton.c:112: + macid == 0 ? NVT_REG_SYS_GMAC0MISCR : NVT_REG_SYS_GMAC1MISCR, reg); WARNING: Prefer "GPL" over "GPL v2" - see commit bf7fbeeae6db ("module: Cure the MODULE_LICENSE "GPL" vs. "GPL v2" bogosity") #237: FILE: drivers/net/ethernet/stmicro/stmmac/dwmac-nuvoton.c:179: +MODULE_LICENSE("GPL v2"); total: 0 errors, 9 warnings, 0 checks, 203 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 2cc0e06ac406 ("net: stmmac: dwmac-nuvoton: Add dwmac glue for Nuvoton MA35 family") 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, 9 warnings, 0 checks, 203 lines checked