WARNING: line length of 82 exceeds 80 columns
#151: FILE: net/ethtool/phy.c:65:
+		size += nla_total_size(strlen(rep_data->downstream_sfp_name) + 1);

WARNING: line length of 88 exceeds 80 columns
#217: FILE: net/ethtool/phy.c:101:
+		rep_data->upstream_sfp_name = kstrdup(sfp_get_name(pdn->parent_sfp_bus),

WARNING: line length of 86 exceeds 80 columns
#226: FILE: net/ethtool/phy.c:105:
+		rep_data->downstream_sfp_name = kstrdup(sfp_get_name(phydev->sfp_bus),

WARNING: line length of 83 exceeds 80 columns
#334: FILE: net/ethtool/phy.c:119:
+	    nla_put_u32(skb, ETHTOOL_A_PHY_UPSTREAM_TYPE, rep_data->upstream_type))

total: 0 errors, 4 warnings, 0 checks, 435 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 b91c0a849bc9 ("net: ethtool: phy: Convert the PHY_GET command to generic phy dump") 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, 4 warnings, 0 checks, 435 lines checked