Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Alok Tiwari and committed by
Michael S. Tsirkin
c0883c1a 4d0efa60

+1 -1
+1 -1
drivers/virtio/virtio.c
··· 506 506 * On error, the caller must call put_device on &@dev->dev (and not kfree), 507 507 * as another code path may have obtained a reference to @dev. 508 508 * 509 - * Returns: 0 on suceess, -error on failure 509 + * Returns: 0 on success, -error on failure 510 510 */ 511 511 int register_virtio_device(struct virtio_device *dev) 512 512 {