During development of the support for the temperature sensor on the GPY PHY, I've noticed that there is ususually a loop over the name to replace any invalid characters. Instead of open coding it in the drivers provide a convenience function. I'm not sure how to handle this correctly, as this touches both the network tree and the hwmon tree. Also, the GPY PHY temperature senors driver would use it. Michael Walle (2): hwmon: introduce hwmon_sanitize_name() net: phy: use hwmon_sanitize_name() drivers/hwmon/intel-m10-bmc-hwmon.c | 5 +---- drivers/net/phy/nxp-tja11xx.c | 5 +---- drivers/net/phy/sfp.c | 6 ++---- include/linux/hwmon.h | 16 ++++++++++++++++ 4 files changed, 20 insertions(+), 12 deletions(-) -- 2.30.2