Re: [PATCH 1/3] virtio: Fix typo in register_virtio_device() doc comment

2025-05-28 Thread Jason Wang
On Wed, May 28, 2025 at 2:34 AM Alok Tiwari wrote: > > Corrected "suceess" to "success" in the function documentation > for clarity. > > Signed-off-by: Alok Tiwari > --- > drivers/virtio/virtio.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/virtio/virtio.c b/d

[PATCH 1/3] virtio: Fix typo in register_virtio_device() doc comment

2025-05-27 Thread Alok Tiwari
Corrected "suceess" to "success" in the function documentation for clarity. Signed-off-by: Alok Tiwari --- 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/d