hwmon: use sysfs_emit() to instead of scnprintf()
authorye xingchen <ye.xingchen@zte.com.cn>
Thu, 1 Dec 2022 03:30:31 +0000 (11:30 +0800)
committerGuenter Roeck <linux@roeck-us.net>
Mon, 5 Dec 2022 00:49:43 +0000 (16:49 -0800)
commit4e6104b1e70020ad500f0fab7238898dd2ea2a38
tree00d9afe0a01e43f3794ac603c63ae46faa95348b
parent0cd3ba682ae27cbe17c41f85b8e6db6da38296b2
hwmon: use sysfs_emit() to instead of scnprintf()

Replace the open-code with sysfs_emit() to simplify the code.

Signed-off-by: ye xingchen <ye.xingchen@zte.com.cn>
Link: https://lore.kernel.org/r/202212011130317080061@zte.com.cn
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/ds1621.c
drivers/hwmon/lm73.c
drivers/hwmon/sht3x.c