platform/x86: uv_sysfs: Use sysfs_emit() instead of scnprintf()
authorye xingchen <ye.xingchen@zte.com.cn>
Fri, 2 Dec 2022 09:05:12 +0000 (17:05 +0800)
committerHans de Goede <hdegoede@redhat.com>
Thu, 8 Dec 2022 16:07:01 +0000 (17:07 +0100)
commitd240849c75f4efc931f38d3529dcbcbd76adbd81
tree41f625f7cb41fa6989f451461ff75b2b57d35918
parent727cc0147f5066e359aca65cc6cc5e6d64cc15d8
platform/x86: uv_sysfs: Use sysfs_emit() instead of scnprintf()

Follow the advice of the Documentation/filesystems/sysfs.rst and show()
should only use sysfs_emit() or sysfs_emit_at() when formatting the
value to be returned to user space.

Signed-off-by: ye xingchen <ye.xingchen@zte.com.cn>
Reviewed-by: Justin Ernst <justin.ernst@hpe.com>
Link: https://lore.kernel.org/r/202212021705128095546@zte.com.cn
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
drivers/platform/x86/uv_sysfs.c