platform/x86: uv_sysfs: use sysfs_emit() instead of sprintf()
authorAi Chao <aichao@kylinos.cn>
Tue, 19 Mar 2024 07:00:38 +0000 (15:00 +0800)
committerHans de Goede <hdegoede@redhat.com>
Mon, 25 Mar 2024 14:44:04 +0000 (15:44 +0100)
commitd439311264981fcc90e30993c7746108be45586d
tree356a66225bd35b2286635d6ef37da5b3aa362f8b
parent415c33d20a2d985fa9be34bccca2a780c72b14cc
platform/x86: uv_sysfs: use sysfs_emit() instead of sprintf()

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

Signed-off-by: Ai Chao <aichao@kylinos.cn>
Link: https://lore.kernel.org/r/20240319070038.309683-1-aichao@kylinos.cn
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
drivers/platform/x86/uv_sysfs.c