OSDN Git Service

virtio-blk: fixup coccinelle warnings
authorYe Guojin <ye.guojin@zte.com.cn>
Thu, 21 Oct 2021 06:51:11 +0000 (06:51 +0000)
committerMichael S. Tsirkin <mst@redhat.com>
Mon, 1 Nov 2021 09:26:48 +0000 (05:26 -0400)
commitf1aa12f53529ccd67722241792f39248bc89d353
tree8b3acb24377fa481f0ebe3f9c311f4560753e864
parentef5c366fea30f64d52bb1c4c1e2959a5e6b66e88
virtio-blk: fixup coccinelle warnings

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/20211021065111.1047824-1-ye.guojin@zte.com.cn
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Reviewed-by: Stefano Garzarella <sgarzare@redhat.com>
drivers/block/virtio_blk.c