On Thu, Oct 21, 2021 at 06:51:11AM +0000, cgel.zte at gmail.com
wrote:>From: Ye Guojin <ye.guojin at zte.com.cn>
>
>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 at zte.com.cn>
>Signed-off-by: Ye Guojin <ye.guojin at zte.com.cn>
>---
> drivers/block/virtio_blk.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Stefano Garzarella <sgarzare at redhat.com>