Commit c0883c1a authored by Alok Tiwari's avatar Alok Tiwari Committed by Michael S. Tsirkin
Browse files

virtio: Fix typo in register_virtio_device() doc comment



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

Signed-off-by: default avatarAlok Tiwari <alok.a.tiwari@oracle.com>
Acked-by: default avatarJason Wang <jasowang@redhat.com>
Message-Id: <20250529084350.3145699-1-alok.a.tiwari@oracle.com>
Signed-off-by: default avatarMichael S. Tsirkin <mst@redhat.com>
Reviewed-by: default avatarXuan Zhuo <xuanzhuo@linux.alibaba.com>
parent 4d0efa60
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -506,7 +506,7 @@ static int virtio_device_of_init(struct virtio_device *dev)
 * 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)
{