]> www.infradead.org Git - users/willy/linux.git/commit
platform/x86: sony-laptop: replace snprintf in show functions with sysfs_emit
authorYe Guojin <ye.guojin@zte.com.cn>
Fri, 22 Oct 2021 09:08:51 +0000 (09:08 +0000)
committerHans de Goede <hdegoede@redhat.com>
Fri, 22 Oct 2021 09:13:25 +0000 (11:13 +0200)
commitc4b9ad6bf99007f67a4d0bbd83fd15d1bdd0222f
treef93cc784d2e79e1690d3bd7d8ac6a941c412181f
parent21d91e20793ddac46d61d56e5304825a2897553a
platform/x86: sony-laptop: replace snprintf in show functions with sysfs_emit

coccicheck complains about the use of snprintf() in sysfs show
functions:
WARNING  use scnprintf or sprintf

Use sysfs_emit instead of scnprintf or sprintf makes more sense.

Reported-by: Zeal Robot <zealci@zte.com.cn>
Signed-off-by: Ye Guojin <ye.guojin@zte.com.cn>
Link: https://lore.kernel.org/r/20211022090851.1065538-1-ye.guojin@zte.com.cn
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
drivers/platform/x86/sony-laptop.c