Skip to content
Commit c08d3286 authored by Jing Yao's avatar Jing Yao Committed by Pablo Neira Ayuso
Browse files

netfilter: xt_IDLETIMER: 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, snprintf or sprintf makes more
sense.

Reported-by: default avatarZeal Robot <zealci@zte.com.cn>
Signed-off-by: default avatarJing Yao <yao.jing2@zte.com.cn>
Signed-off-by: default avatarPablo Neira Ayuso <pablo@netfilter.org>
parent c95c0783
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