virtio: Implementing attribute show with sysfs_emit
authorDawei Li <set_pte_at@outlook.com>
Thu, 24 Nov 2022 16:12:14 +0000 (00:12 +0800)
committerMichael S. Tsirkin <mst@redhat.com>
Wed, 28 Dec 2022 10:28:11 +0000 (05:28 -0500)
commitc8e82e3877028381969779a86972d9a4f57a9ea0
tree3db04a0df7ec97999970f22821beee375aeec324
parentb1d65f717cd6305a396a8738e022c6f7c65cfbe8
virtio: Implementing attribute show with sysfs_emit

Replace sprintf with sysfs_emit or its variants for their
built-in PAGE_SIZE awareness.

Signed-off-by: Dawei Li <set_pte_at@outlook.com>
Message-Id: <TYCP286MB23232A999FE7DBDF50BA0FAACA0F9@TYCP286MB2323.JPNP286.PROD.OUTLOOK.COM>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
drivers/virtio/virtio.c