* [Qemu-devel] [PATCH] net: remove extra spaces in help messages
@ 2012-01-22 18:42 Benjamin MARSILI
2012-02-09 9:36 ` Stefan Hajnoczi
0 siblings, 1 reply; 2+ messages in thread
From: Benjamin MARSILI @ 2012-01-22 18:42 UTC (permalink / raw)
To: qemu-devel; +Cc: Benjamin MARSILI
Signed-off-by: Benjamin MARSILI <mlspirat42@gmail.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.6
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [Qemu-devel] [PATCH] net: remove extra spaces in help messages
2012-01-22 18:42 [Qemu-devel] [PATCH] net: remove extra spaces in help messages Benjamin MARSILI
@ 2012-02-09 9:36 ` Stefan Hajnoczi
0 siblings, 0 replies; 2+ messages in thread
From: Stefan Hajnoczi @ 2012-02-09 9:36 UTC (permalink / raw)
To: Benjamin MARSILI; +Cc: qemu-devel
On Mon, Jan 23, 2012 at 03:42:38AM +0900, Benjamin MARSILI wrote:
>
> Signed-off-by: Benjamin MARSILI <mlspirat42@gmail.com>
> ---
> net/socket.c | 8 ++++----
> 1 files changed, 4 insertions(+), 4 deletions(-)
Thanks, applied to the trivial patches tree:
https://github.com/stefanha/qemu/commits/trivial-patches
Stefan
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-02-09 9:37 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-22 18:42 [Qemu-devel] [PATCH] net: remove extra spaces in help messages Benjamin MARSILI
2012-02-09 9:36 ` Stefan Hajnoczi
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).