All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] tests/vhost-user-bridge.c: Fix typo in help message
@ 2021-09-01 15:27 Peter Maydell
  2021-09-01 16:20 ` Philippe Mathieu-Daudé
  2021-09-01 16:49 ` Marc-André Lureau
  0 siblings, 2 replies; 3+ messages in thread
From: Peter Maydell @ 2021-09-01 15:27 UTC (permalink / raw)
  To: qemu-devel; +Cc: Michael S . Tsirkin

Fix a typo in the help message printed by vhost-user-bridge.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
---
 tests/vhost-user-bridge.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/vhost-user-bridge.c b/tests/vhost-user-bridge.c
index cb009545fa5..35088dd67f7 100644
--- a/tests/vhost-user-bridge.c
+++ b/tests/vhost-user-bridge.c
@@ -831,7 +831,7 @@ main(int argc, char *argv[])
 out:
     fprintf(stderr, "Usage: %s ", argv[0]);
     fprintf(stderr, "[-c] [-H] [-u ud_socket_path] [-l lhost:lport] [-r rhost:rport]\n");
-    fprintf(stderr, "\t-u path to unix doman socket. default: %s\n",
+    fprintf(stderr, "\t-u path to unix domain socket. default: %s\n",
             DEFAULT_UD_SOCKET);
     fprintf(stderr, "\t-l local host and port. default: %s:%s\n",
             DEFAULT_LHOST, DEFAULT_LPORT);
-- 
2.20.1



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

* Re: [PATCH] tests/vhost-user-bridge.c: Fix typo in help message
  2021-09-01 15:27 [PATCH] tests/vhost-user-bridge.c: Fix typo in help message Peter Maydell
@ 2021-09-01 16:20 ` Philippe Mathieu-Daudé
  2021-09-01 16:49 ` Marc-André Lureau
  1 sibling, 0 replies; 3+ messages in thread
From: Philippe Mathieu-Daudé @ 2021-09-01 16:20 UTC (permalink / raw)
  To: Peter Maydell, qemu-devel; +Cc: QEMU Trivial, Michael S . Tsirkin

On 9/1/21 5:27 PM, Peter Maydell wrote:
> Fix a typo in the help message printed by vhost-user-bridge.
> 
> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
> ---
>  tests/vhost-user-bridge.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>



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

* Re: [PATCH] tests/vhost-user-bridge.c: Fix typo in help message
  2021-09-01 15:27 [PATCH] tests/vhost-user-bridge.c: Fix typo in help message Peter Maydell
  2021-09-01 16:20 ` Philippe Mathieu-Daudé
@ 2021-09-01 16:49 ` Marc-André Lureau
  1 sibling, 0 replies; 3+ messages in thread
From: Marc-André Lureau @ 2021-09-01 16:49 UTC (permalink / raw)
  To: Peter Maydell; +Cc: QEMU, Michael S . Tsirkin

[-- Attachment #1: Type: text/plain, Size: 1113 bytes --]

On Wed, Sep 1, 2021 at 8:13 PM Peter Maydell <peter.maydell@linaro.org>
wrote:

> Fix a typo in the help message printed by vhost-user-bridge.
>
> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
>

Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>

---
>  tests/vhost-user-bridge.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tests/vhost-user-bridge.c b/tests/vhost-user-bridge.c
> index cb009545fa5..35088dd67f7 100644
> --- a/tests/vhost-user-bridge.c
> +++ b/tests/vhost-user-bridge.c
> @@ -831,7 +831,7 @@ main(int argc, char *argv[])
>  out:
>      fprintf(stderr, "Usage: %s ", argv[0]);
>      fprintf(stderr, "[-c] [-H] [-u ud_socket_path] [-l lhost:lport] [-r
> rhost:rport]\n");
> -    fprintf(stderr, "\t-u path to unix doman socket. default: %s\n",
> +    fprintf(stderr, "\t-u path to unix domain socket. default: %s\n",
>              DEFAULT_UD_SOCKET);
>      fprintf(stderr, "\t-l local host and port. default: %s:%s\n",
>              DEFAULT_LHOST, DEFAULT_LPORT);
> --
> 2.20.1
>
>
>

-- 
Marc-André Lureau

[-- Attachment #2: Type: text/html, Size: 1907 bytes --]

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

end of thread, other threads:[~2021-09-01 17:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-01 15:27 [PATCH] tests/vhost-user-bridge.c: Fix typo in help message Peter Maydell
2021-09-01 16:20 ` Philippe Mathieu-Daudé
2021-09-01 16:49 ` Marc-André Lureau

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.