All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-trivial] [PATCH] docs: fix a qga/qapi-schema.json comment
@ 2015-08-27 10:48 ` marcandre.lureau
  0 siblings, 0 replies; 6+ messages in thread
From: marcandre.lureau @ 2015-08-27 10:48 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-trivial, Marc-André Lureau

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

For consistency with the rest of the comment blocks.

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
---
 qga/qapi-schema.json | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/qga/qapi-schema.json b/qga/qapi-schema.json
index 6b0bd16..82894c6 100644
--- a/qga/qapi-schema.json
+++ b/qga/qapi-schema.json
@@ -12,6 +12,7 @@
 ##
 
 ##
+# @guest-sync-delimited:
 #
 # Echo back a unique integer value, and prepend to response a
 # leading sentinel byte (0xFF) the client can check scan for.
@@ -41,7 +42,7 @@
 # Returns: The unique integer id passed in by the client
 #
 # Since: 1.1
-# ##
+##
 { 'command': 'guest-sync-delimited',
   'data':    { 'id': 'int' },
   'returns': 'int' }
-- 
2.4.3



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

end of thread, other threads:[~2015-09-06 10:58 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-27 10:48 [Qemu-trivial] [PATCH] docs: fix a qga/qapi-schema.json comment marcandre.lureau
2015-08-27 10:48 ` [Qemu-devel] " marcandre.lureau
2015-08-28 23:25 ` [Qemu-trivial] " Eric Blake
2015-08-28 23:25   ` Eric Blake
2015-09-06 10:58 ` [Qemu-trivial] " Michael Tokarev
2015-09-06 10:58   ` [Qemu-devel] " Michael Tokarev

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.