WARNING: line length of 81 exceeds 80 columns #74: FILE: drivers/net/ethernet/stmicro/stmmac/stmmac_main.c:3654: + netdev_info(nd->dev, "NCSI interface %s\n", nd->link_up ? "up" : "down"); WARNING: line length of 86 exceeds 80 columns #122: FILE: drivers/net/ethernet/stmicro/stmmac/stmmac_main.c:4108: + /* If using NC-SI subsystem, set our carrier on and start the stack */ WARNING: line length of 89 exceeds 80 columns #141: FILE: drivers/net/ethernet/stmicro/stmmac/stmmac_main.c:4128: + netdev_err(priv->dev, "ERROR: start the ncsi device(%d)\n", ret); WARNING: line length of 82 exceeds 80 columns #279: FILE: drivers/net/ethernet/stmicro/stmmac/stmmac_main.c:7810: + priv->ncsidev = ncsi_register_dev(priv->dev, stmmac_ncsi_handler); WARNING: line length of 84 exceeds 80 columns #317: FILE: drivers/net/ethernet/stmicro/stmmac/stmmac_main.c:7947: + device_may_wakeup(priv->device) && priv->plat->pmt); WARNING: line length of 83 exceeds 80 columns #358: FILE: drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c:471: + /* Some wrapper drivers still rely on phy_node. Let's save it while WARNING: Block comments use a trailing */ on a separate line #359: FILE: drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c:472: + * they are not converted to phylink. */ total: 0 errors, 7 warnings, 0 checks, 319 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 aa3c57d35417 ("net: stmmac: Add NCSI support") 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, 7 warnings, 0 checks, 319 lines checked