WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #181: new file mode 100644 WARNING: line length of 82 exceeds 80 columns #239: FILE: net/ethtool/phy.c:54: + const char *upstream_sfp_name = sfp_get_name(pdn->parent_sfp_bus); WARNING: line length of 83 exceeds 80 columns #271: FILE: net/ethtool/phy.c:86: + nla_put_string(skb, ETHTOOL_A_PHY_NAME, dev_name(&phydev->mdio.dev)) || WARNING: line length of 89 exceeds 80 columns #276: FILE: net/ethtool/phy.c:91: + if (phydev->drv && nla_put_string(skb, ETHTOOL_A_PHY_DRVNAME, phydev->drv->name)) WARNING: line length of 87 exceeds 80 columns #284: FILE: net/ethtool/phy.c:99: + if (nla_put_u32(skb, ETHTOOL_A_PHY_UPSTREAM_INDEX, upstream->phyindex)) WARNING: line length of 96 exceeds 80 columns #290: FILE: net/ethtool/phy.c:105: + ETHTOOL_A_PHY_UPSTREAM_SFP_NAME, WARNING: line length of 83 exceeds 80 columns #291: FILE: net/ethtool/phy.c:106: + sfp_upstream_name)) WARNING: line length of 87 exceeds 80 columns #431: FILE: net/ethtool/phy.c:246: + xa_for_each_start(&dev->link_topo->phys, ctx->phy_index, pdn, ctx->phy_index) { WARNING: line length of 83 exceeds 80 columns #465: FILE: net/ethtool/phy.c:280: + ret = ethnl_phy_dump_one_dev(skb, ctx->phy_req_info->base.dev, cb); total: 0 errors, 9 warnings, 0 checks, 421 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 162717dbdcd9 ("net: ethtool: Introduce a command to list PHYs on an interface") 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, 421 lines checked