diff mbox

[7/9] net: remove extra spaces in help messages

Message ID 1328873653-10554-8-git-send-email-stefanha@linux.vnet.ibm.com
State New
Headers show

Commit Message

Stefan Hajnoczi Feb. 10, 2012, 11:34 a.m. UTC
From: Benjamin MARSILI <mlspirat42@gmail.com>

Signed-off-by: Benjamin MARSILI <mlspirat42@gmail.com>
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
---
 net/socket.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

Comments

Zhiyong Wu Feb. 17, 2012, 6:34 a.m. UTC | #1
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
<stefanha@linux.vnet.ibm.com> wrote:
> From: Benjamin MARSILI <mlspirat42@gmail.com>
>
> Signed-off-by: Benjamin MARSILI <mlspirat42@gmail.com>
> Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
> ---
>  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
>
>
Zhiyong Wu Feb. 17, 2012, 6:53 a.m. UTC | #2
sorry, made one mistake

On Fri, Feb 17, 2012 at 2:34 PM, Zhi Yong Wu <zwu.kernel@gmail.com> wrote:
> 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
> <stefanha@linux.vnet.ibm.com> wrote:
>> From: Benjamin MARSILI <mlspirat42@gmail.com>
>>
>> Signed-off-by: Benjamin MARSILI <mlspirat42@gmail.com>
>> Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
>> ---
>>  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
diff mbox

Patch

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;