diff mbox

fixup e432cef9 (aio help text): end sentences with periods

Message ID 1327436008-3553-1-git-send-email-lersek@redhat.com
State New
Headers show

Commit Message

Laszlo Ersek Jan. 24, 2012, 8:13 p.m. UTC
(Please keep me CC'd on any followup; I'm not subscribed. Thanks.)

Signed-off-by: Laszlo Ersek <lersek@redhat.com>
---
 qemu-io.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

Comments

Markus Armbruster Jan. 25, 2012, 8:12 a.m. UTC | #1
Patch looks good, cc'ing qemu-trivial.

Laszlo Ersek <lersek@redhat.com> writes:

> (Please keep me CC'd on any followup; I'm not subscribed. Thanks.)

Best to put such notes below the --- line, so they don't get
immortalized in the commit log.

> Signed-off-by: Laszlo Ersek <lersek@redhat.com>
> ---
>  qemu-io.c |    4 ++--
>  1 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/qemu-io.c b/qemu-io.c
> index ffa62fb..938b20c 100644
> --- a/qemu-io.c
> +++ b/qemu-io.c
> @@ -1118,7 +1118,7 @@ static void aio_read_help(void)
>  " Reads a segment of the currently open file, optionally dumping it to the\n"
>  " standard output stream (with -v option) for subsequent inspection.\n"
>  " The read is performed asynchronously and the aio_flush command must be\n"
> -" used to ensure all outstanding aio requests have been completed\n"
> +" used to ensure all outstanding aio requests have been completed.\n"
>  " -C, -- report statistics in a machine parsable format\n"
>  " -P, -- use a pattern to verify read data\n"
>  " -v, -- dump buffer to standard output\n"
> @@ -1214,7 +1214,7 @@ static void aio_write_help(void)
>  " Writes into a segment of the currently open file, using a buffer\n"
>  " filled with a set pattern (0xcdcdcdcd).\n"
>  " The write is performed asynchronously and the aio_flush command must be\n"
> -" used to ensure all outstanding aio requests have been completed\n"
> +" used to ensure all outstanding aio requests have been completed.\n"
>  " -P, -- use different pattern to fill file\n"
>  " -C, -- report statistics in a machine parsable format\n"
>  " -q, -- quiet mode, do not show I/O statistics\n"
Stefan Hajnoczi Jan. 27, 2012, 6:28 a.m. UTC | #2
On Tue, Jan 24, 2012 at 09:13:28PM +0100, Laszlo Ersek wrote:
> (Please keep me CC'd on any followup; I'm not subscribed. Thanks.)
> 
> Signed-off-by: Laszlo Ersek <lersek@redhat.com>
> ---
>  qemu-io.c |    4 ++--
>  1 files changed, 2 insertions(+), 2 deletions(-)

Thanks, applied to the trivial patches tree:
https://github.com/stefanha/qemu/commits/trivial-patches

Stefan
diff mbox

Patch

diff --git a/qemu-io.c b/qemu-io.c
index ffa62fb..938b20c 100644
--- a/qemu-io.c
+++ b/qemu-io.c
@@ -1118,7 +1118,7 @@  static void aio_read_help(void)
 " Reads a segment of the currently open file, optionally dumping it to the\n"
 " standard output stream (with -v option) for subsequent inspection.\n"
 " The read is performed asynchronously and the aio_flush command must be\n"
-" used to ensure all outstanding aio requests have been completed\n"
+" used to ensure all outstanding aio requests have been completed.\n"
 " -C, -- report statistics in a machine parsable format\n"
 " -P, -- use a pattern to verify read data\n"
 " -v, -- dump buffer to standard output\n"
@@ -1214,7 +1214,7 @@  static void aio_write_help(void)
 " Writes into a segment of the currently open file, using a buffer\n"
 " filled with a set pattern (0xcdcdcdcd).\n"
 " The write is performed asynchronously and the aio_flush command must be\n"
-" used to ensure all outstanding aio requests have been completed\n"
+" used to ensure all outstanding aio requests have been completed.\n"
 " -P, -- use different pattern to fill file\n"
 " -C, -- report statistics in a machine parsable format\n"
 " -q, -- quiet mode, do not show I/O statistics\n"