WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #158: new file mode 100644 WARNING: line length of 82 exceeds 80 columns #220: FILE: drivers/net/netdevsim/phy.c:58: + linkmode_set_bit(ETHTOOL_LINK_MODE_1000baseT_Half_BIT, phydev->supported); WARNING: line length of 82 exceeds 80 columns #221: FILE: drivers/net/netdevsim/phy.c:59: + linkmode_set_bit(ETHTOOL_LINK_MODE_1000baseT_Full_BIT, phydev->supported); WARNING: line length of 81 exceeds 80 columns #222: FILE: drivers/net/netdevsim/phy.c:60: + linkmode_set_bit(ETHTOOL_LINK_MODE_100baseT_Half_BIT, phydev->supported); WARNING: line length of 81 exceeds 80 columns #223: FILE: drivers/net/netdevsim/phy.c:61: + linkmode_set_bit(ETHTOOL_LINK_MODE_100baseT_Full_BIT, phydev->supported); WARNING: line length of 81 exceeds 80 columns #285: FILE: drivers/net/netdevsim/phy.c:123: + snprintf(mb->mii->id, MII_BUS_ID_SIZE, "nsim-%d", atomic_read(&bus_num)); WARNING: line length of 94 exceeds 80 columns #408: FILE: drivers/net/netdevsim/phy.c:246: + debugfs_create_file("link", 0600, ns_phy->phy_dir, ns_phy, &nsim_phy_state_link_fops); WARNING: line length of 84 exceeds 80 columns #450: FILE: drivers/net/netdevsim/phy.c:288: + err = phy_connect_direct(dev, ns_phy->phy, nsim_adjust_link, WARNING: line length of 87 exceeds 80 columns #459: FILE: drivers/net/netdevsim/phy.c:297: + phy_link_topo_add_phy(dev, ns_phy->phy, PHY_UPSTREAM_MAC, dev); total: 0 errors, 9 warnings, 0 checks, 455 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 fb82fbbfb3dc ("net: netdevsim: Add PHY support in netdevsim") 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, 455 lines checked