qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 7/9] net: remove extra spaces in help messages


From: Zhi Yong Wu
Subject: Re: [Qemu-devel] [PATCH 7/9] net: remove extra spaces in help messages
Date: Fri, 17 Feb 2012 14:34:29 +0800

I would like to know if some one is playing around with the patchset.

If yes, can you make one response? I am very interested in rebasing
it, and then playing with it.

On Fri, Feb 10, 2012 at 7:34 PM, Stefan Hajnoczi
<address@hidden> wrote:
> From: Benjamin MARSILI <address@hidden>
>
> Signed-off-by: Benjamin MARSILI <address@hidden>
> Signed-off-by: Stefan Hajnoczi <address@hidden>
> ---
>  net/socket.c |    8 ++++----
>  1 files changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/net/socket.c b/net/socket.c
> index d4c2002..0bcf229 100644
> --- a/net/socket.c
> +++ b/net/socket.c
> @@ -664,8 +664,8 @@ int net_init_socket(QemuOpts *opts,
>             qemu_opt_get(opts, "connect") ||
>             qemu_opt_get(opts, "listen") ||
>             qemu_opt_get(opts, "mcast")) {
> -            error_report("fd=, connect=, listen=\
> -                         and mcast= is invalid with udp=");
> +            error_report("fd=, connect=, listen="
> +                         " and mcast= is invalid with udp=");
>             return -1;
>         }
>
> @@ -680,8 +680,8 @@ int net_init_socket(QemuOpts *opts,
>             return -1;
>         }
>     } else {
> -        error_report("-socket requires fd=, listen=, \
> -                     connect=, mcast= or udp=");
> +        error_report("-socket requires fd=, listen=,"
> +                     " connect=, mcast= or udp=");
>         return -1;
>     }
>     return 0;
> --
> 1.7.8.3
>
>



-- 
Regards,

Zhi Yong Wu



reply via email to

[Prev in Thread] Current Thread [Next in Thread]