mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH v2 1/3] virtio: Fix typo in register_virtio_device() doc comment
@ 2025-05-29  8:42 Alok Tiwari
  2025-05-29  8:42 ` [PATCH v2 2/3] virtio-mem: fix multiple typos in struct comments and function docs Alok Tiwari
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Alok Tiwari @ 2025-05-29  8:42 UTC (permalink / raw)
  To: david, mst, jasowang, xuanzhuo, eperezma, virtualization
  Cc: alok.a.tiwari, linux-kernel, darren.kenny

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>
---
v1 -> v2
No changes; only added Acked-by: Jason Wang.
---
 drivers/virtio/virtio.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/virtio/virtio.c b/drivers/virtio/virtio.c
index 95d5d7993e5b..2c022640ec4b 100644
--- a/drivers/virtio/virtio.c
+++ b/drivers/virtio/virtio.c
@@ -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)
 {
-- 
2.47.1


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2025-06-13  1:46 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-05-29  8:42 [PATCH v2 1/3] virtio: Fix typo in register_virtio_device() doc comment Alok Tiwari
2025-05-29  8:42 ` [PATCH v2 2/3] virtio-mem: fix multiple typos in struct comments and function docs Alok Tiwari
2025-05-30  9:30   ` David Hildenbrand
2025-05-29  8:42 ` [PATCH v2 3/3] virtio_ring: Fix typos in comments and documentation Alok Tiwari
2025-06-13  1:45 ` [PATCH v2 1/3] virtio: Fix typo in register_virtio_device() doc comment Xuan Zhuo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®