Re: [PATCH v2] Fix typo in comment.

2021-11-17 Thread Philippe Mathieu-Daudé
Hi Leonardo, On 11/17/21 21:26, lagar...@linux.ibm.com wrote: > From: Leonardo Garcia > > Signed-off-by: Leonardo Garcia > Reviewed-by: Laurent Vivier > --- > hw/virtio/vhost.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Better if you prefix the patch subject with "hw/virtio/vhos

[PATCH v2] Fix typo in comment.

2021-11-17 Thread lagarcia
From: Leonardo Garcia Signed-off-by: Leonardo Garcia Reviewed-by: Laurent Vivier --- hw/virtio/vhost.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/virtio/vhost.c b/hw/virtio/vhost.c index 437347ad01..20913cf8fb 100644 --- a/hw/virtio/vhost.c +++ b/hw/virtio/vhost.c @