virtio: Fix typo in register_virtio_device() doc comment

Corrected "suceess" to "success" in the function documentation
for clarity.

Signed-off-by: Alok Tiwari <alok.a.tiwari@oracle.com>
Acked-by: Jason Wang <jasowang@redhat.com>
Message-Id: <20250529084350.3145699-1-alok.a.tiwari@oracle.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Reviewed-by: Xuan Zhuo <xuanzhuo@linux.alibaba.com>
This commit is contained in:
Alok Tiwari
2025-05-29 01:42:39 -07:00
committed by Michael S. Tsirkin
parent 4d0efa600e
commit c0883c1af1

View File

@@ -506,7 +506,7 @@ out:
* On error, the caller must call put_device on &@dev->dev (and not kfree),
* as another code path may have obtained a reference to @dev.
*
* Returns: 0 on suceess, -error on failure
* Returns: 0 on success, -error on failure
*/
int register_virtio_device(struct virtio_device *dev)
{