Re: [PATCH 2/7] vhost: rename polling mutex

2024-02-29 Thread David Marchand
On Thu, Feb 29, 2024 at 1:25 PM Maxime Coquelin wrote: > > This trivial patch fixes a typo in fd's manager polling > mutex name. > > Signed-off-by: Maxime Coquelin Reviewed-by: David Marchand -- David Marchand

[PATCH 2/7] vhost: rename polling mutex

2024-02-29 Thread Maxime Coquelin
This trivial patch fixes a typo in fd's manager polling mutex name. Signed-off-by: Maxime Coquelin --- lib/vhost/fd_man.c | 8 lib/vhost/fd_man.h | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/vhost/fd_man.c b/lib/vhost/fd_man.c index 42ce059039..5dde40e51a 1