Skip to content

CNB95: ethtool: Add ethtool_puts() and convert drivers to use it

Ivan Vecera requested to merge ivecera/centos-stream-9:RHEL-31886 into main

JIRA: https://issues.redhat.com/browse/RHEL-31886
Tested: Just built, no functional change

Commits:

ed9417206de7 ("net: dsa: lantiq_gswip: replace deprecated strncpy with ethtool_sprintf")
ac49b992578d ("net: dsa: mt7530: replace deprecated strncpy with ethtool_sprintf")
659ce55fddd2 ("net: fec: replace deprecated strncpy with ethtool_sprintf")
e3bbab4754de ("net: dsa: vsc73xx: replace deprecated strncpy with ethtool_sprintf")
e343023e03d2 ("net: sparx5: replace deprecated strncpy with ethtool_sprintf")
c3983d5e99b2 ("net: phy: tja11xx: replace deprecated strncpy with ethtool_sprintf")
4ddc1f1f7339 ("net: phy: smsc: replace deprecated strncpy with ethtool_sprintf")
d97af2440a0c ("intel: fix format warnings")
2a48c635fd9a ("ethtool: Implement ethtool_puts()")
9b5f621cea6e ("checkpatch: add ethtool_sprintf rules")
e403cffff1a4 ("net: Convert some ethtool_sprintf() to ethtool_puts()")

Signed-off-by: Ivan Vecera ivecera@redhat.com

Merge request reports