We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d0efa6 commit c0883c1Copy full SHA for c0883c1
drivers/virtio/virtio.c
@@ -506,7 +506,7 @@ static int virtio_device_of_init(struct virtio_device *dev)
506
* On error, the caller must call put_device on &@dev->dev (and not kfree),
507
* as another code path may have obtained a reference to @dev.
508
*
509
- * Returns: 0 on suceess, -error on failure
+ * Returns: 0 on success, -error on failure
510
*/
511
int register_virtio_device(struct virtio_device *dev)
512
{
0 commit comments