qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] net/slirp.c: Fix spelling error in error message
@ 2021-01-22  0:42 dje--- via
  2021-01-22  0:44 ` Samuel Thibault
  2021-01-25 16:08 ` Philippe Mathieu-Daudé
  0 siblings, 2 replies; 4+ messages in thread
From: dje--- via @ 2021-01-22  0:42 UTC (permalink / raw)
  To: qemu-devel; +Cc: Samuel Thibault, Doug Evans

DNS should be DHCP

Signed-off-by: Doug Evans <dje@google.com>
---
 net/slirp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/slirp.c b/net/slirp.c
index 8350c6d45f..be914c0be0 100644
--- a/net/slirp.c
+++ b/net/slirp.c
@@ -473,7 +473,7 @@ static int net_slirp_init(NetClientState *peer, const char *model,
         return -1;
     }
     if (dhcp.s_addr == host.s_addr || dhcp.s_addr == dns.s_addr) {
-        error_setg(errp, "DNS must be different from host and DNS");
+        error_setg(errp, "DHCP must be different from host and DNS");
         return -1;
     }
 
-- 
2.30.0.280.ga3ce27912f-goog



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

* Re: [PATCH] net/slirp.c: Fix spelling error in error message
  2021-01-22  0:42 [PATCH] net/slirp.c: Fix spelling error in error message dje--- via
@ 2021-01-22  0:44 ` Samuel Thibault
  2021-01-25 16:08 ` Philippe Mathieu-Daudé
  1 sibling, 0 replies; 4+ messages in thread
From: Samuel Thibault @ 2021-01-22  0:44 UTC (permalink / raw)
  To: Doug Evans; +Cc: qemu-devel

Doug Evans, le jeu. 21 janv. 2021 16:42:51 -0800, a ecrit:
> DNS should be DHCP
> 
> Signed-off-by: Doug Evans <dje@google.com>

Reviewed-by: Samuel Thibault <samuel.thibault@ens-lyon.org>

> ---
>  net/slirp.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/net/slirp.c b/net/slirp.c
> index 8350c6d45f..be914c0be0 100644
> --- a/net/slirp.c
> +++ b/net/slirp.c
> @@ -473,7 +473,7 @@ static int net_slirp_init(NetClientState *peer, const char *model,
>          return -1;
>      }
>      if (dhcp.s_addr == host.s_addr || dhcp.s_addr == dns.s_addr) {
> -        error_setg(errp, "DNS must be different from host and DNS");
> +        error_setg(errp, "DHCP must be different from host and DNS");
>          return -1;
>      }
>  
> -- 
> 2.30.0.280.ga3ce27912f-goog
> 


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

* Re: [PATCH] net/slirp.c: Fix spelling error in error message
  2021-01-22  0:42 [PATCH] net/slirp.c: Fix spelling error in error message dje--- via
  2021-01-22  0:44 ` Samuel Thibault
@ 2021-01-25 16:08 ` Philippe Mathieu-Daudé
  2021-01-27 16:25   ` Laurent Vivier
  1 sibling, 1 reply; 4+ messages in thread
From: Philippe Mathieu-Daudé @ 2021-01-25 16:08 UTC (permalink / raw)
  To: Doug Evans, qemu-devel; +Cc: QEMU Trivial, Samuel Thibault

On 1/22/21 1:42 AM, dje--- via wrote:
> DNS should be DHCP
> 
> Signed-off-by: Doug Evans <dje@google.com>
> ---
>  net/slirp.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

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



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

* Re: [PATCH] net/slirp.c: Fix spelling error in error message
  2021-01-25 16:08 ` Philippe Mathieu-Daudé
@ 2021-01-27 16:25   ` Laurent Vivier
  0 siblings, 0 replies; 4+ messages in thread
From: Laurent Vivier @ 2021-01-27 16:25 UTC (permalink / raw)
  To: Philippe Mathieu-Daudé, Doug Evans, qemu-devel
  Cc: QEMU Trivial, Samuel Thibault

Le 25/01/2021 à 17:08, Philippe Mathieu-Daudé a écrit :
> On 1/22/21 1:42 AM, dje--- via wrote:
>> DNS should be DHCP
>>
>> Signed-off-by: Doug Evans <dje@google.com>
>> ---
>>  net/slirp.c | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
> 
> 

Applied to my trivial-patches branch.

Thanks,
Laurent



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

end of thread, other threads:[~2021-01-27 16:27 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-01-22  0:42 [PATCH] net/slirp.c: Fix spelling error in error message dje--- via
2021-01-22  0:44 ` Samuel Thibault
2021-01-25 16:08 ` Philippe Mathieu-Daudé
2021-01-27 16:25   ` Laurent Vivier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).