Skip to content
Commit 4b9e0436 authored by Qing Wang's avatar Qing Wang Committed by Heiko Carstens
Browse files

s390: replace snprintf in show functions with sysfs_emit



show() must not use snprintf() when formatting the value to be
returned to user space.

Fix the coccicheck warnings:
WARNING: use scnprintf or sprintf.

Use sysfs_emit instead of scnprintf or sprintf makes more sense.

Signed-off-by: default avatarQing Wang <wangqing@vivo.com>
Acked-by: default avatarVineeth Vijayan <vneethv@linux.ibm.com>
Acked-by: default avatarStefan Haberland <sth@linux.ibm.com>
Link: https://lore.kernel.org/r/1634280655-4908-1-git-send-email-wangqing@vivo.com


[hca@linux.ibm.com: fix indentation]
Signed-off-by: default avatarHeiko Carstens <hca@linux.ibm.com>
parent 9a39abb7
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment