qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] iotests: Fix typo in 026
@ 2017-04-26 22:10 Eric Blake
  2017-04-27  7:28 ` [Qemu-devel] [Qemu-trivial] " Laurent Vivier
  2017-04-27 13:46 ` [Qemu-devel] " Kevin Wolf
  0 siblings, 2 replies; 3+ messages in thread
From: Eric Blake @ 2017-04-26 22:10 UTC (permalink / raw)
  To: qemu-devel
  Cc: qemu-trivial, Kevin Wolf, Max Reitz, open list:Block layer core

s/refcout/refcount/

CC: qemu-trivial@nongnu.org
Signed-off-by: Eric Blake <eblake@redhat.com>
---
 tests/qemu-iotests/026             | 2 +-
 tests/qemu-iotests/026.out         | 2 +-
 tests/qemu-iotests/026.out.nocache | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/tests/qemu-iotests/026 b/tests/qemu-iotests/026
index f5a7f02..7fadfba 100755
--- a/tests/qemu-iotests/026
+++ b/tests/qemu-iotests/026
@@ -119,7 +119,7 @@ done


 echo
-echo === Refcout table growth tests ===
+echo === Refcount table growth tests ===
 echo
 CLUSTER_SIZE=512

diff --git a/tests/qemu-iotests/026.out b/tests/qemu-iotests/026.out
index 59b8f74..86a50a2 100644
--- a/tests/qemu-iotests/026.out
+++ b/tests/qemu-iotests/026.out
@@ -462,7 +462,7 @@ Event: cluster_alloc; errno: 28; imm: off; once: off; write -b
 write failed: No space left on device
 No errors were found on the image.

-=== Refcout table growth tests ===
+=== Refcount table growth tests ===

 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=1073741824

diff --git a/tests/qemu-iotests/026.out.nocache b/tests/qemu-iotests/026.out.nocache
index b4aeebc..ea2e166 100644
--- a/tests/qemu-iotests/026.out.nocache
+++ b/tests/qemu-iotests/026.out.nocache
@@ -470,7 +470,7 @@ Event: cluster_alloc; errno: 28; imm: off; once: off; write -b
 write failed: No space left on device
 No errors were found on the image.

-=== Refcout table growth tests ===
+=== Refcount table growth tests ===

 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=1073741824 

-- 
2.9.3

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

* Re: [Qemu-devel] [Qemu-trivial] [PATCH] iotests: Fix typo in 026
  2017-04-26 22:10 [Qemu-devel] [PATCH] iotests: Fix typo in 026 Eric Blake
@ 2017-04-27  7:28 ` Laurent Vivier
  2017-04-27 13:46 ` [Qemu-devel] " Kevin Wolf
  1 sibling, 0 replies; 3+ messages in thread
From: Laurent Vivier @ 2017-04-27  7:28 UTC (permalink / raw)
  To: Eric Blake, qemu-devel
  Cc: qemu-trivial, Kevin Wolf, open list:Block layer core, Max Reitz

On 27/04/2017 00:10, Eric Blake wrote:
> s/refcout/refcount/
> 
> CC: qemu-trivial@nongnu.org
> Signed-off-by: Eric Blake <eblake@redhat.com>

Reviewed-by: Laurent Vivier <lvivier@redhat.com>

> ---
>  tests/qemu-iotests/026             | 2 +-
>  tests/qemu-iotests/026.out         | 2 +-
>  tests/qemu-iotests/026.out.nocache | 2 +-
>  3 files changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/tests/qemu-iotests/026 b/tests/qemu-iotests/026
> index f5a7f02..7fadfba 100755
> --- a/tests/qemu-iotests/026
> +++ b/tests/qemu-iotests/026
> @@ -119,7 +119,7 @@ done
> 
> 
>  echo
> -echo === Refcout table growth tests ===
> +echo === Refcount table growth tests ===
>  echo
>  CLUSTER_SIZE=512
> 
> diff --git a/tests/qemu-iotests/026.out b/tests/qemu-iotests/026.out
> index 59b8f74..86a50a2 100644
> --- a/tests/qemu-iotests/026.out
> +++ b/tests/qemu-iotests/026.out
> @@ -462,7 +462,7 @@ Event: cluster_alloc; errno: 28; imm: off; once: off; write -b
>  write failed: No space left on device
>  No errors were found on the image.
> 
> -=== Refcout table growth tests ===
> +=== Refcount table growth tests ===
> 
>  Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=1073741824
> 
> diff --git a/tests/qemu-iotests/026.out.nocache b/tests/qemu-iotests/026.out.nocache
> index b4aeebc..ea2e166 100644
> --- a/tests/qemu-iotests/026.out.nocache
> +++ b/tests/qemu-iotests/026.out.nocache
> @@ -470,7 +470,7 @@ Event: cluster_alloc; errno: 28; imm: off; once: off; write -b
>  write failed: No space left on device
>  No errors were found on the image.
> 
> -=== Refcout table growth tests ===
> +=== Refcount table growth tests ===
> 
>  Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=1073741824 
> 

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

* Re: [Qemu-devel] [PATCH] iotests: Fix typo in 026
  2017-04-26 22:10 [Qemu-devel] [PATCH] iotests: Fix typo in 026 Eric Blake
  2017-04-27  7:28 ` [Qemu-devel] [Qemu-trivial] " Laurent Vivier
@ 2017-04-27 13:46 ` Kevin Wolf
  1 sibling, 0 replies; 3+ messages in thread
From: Kevin Wolf @ 2017-04-27 13:46 UTC (permalink / raw)
  To: Eric Blake
  Cc: qemu-devel, qemu-trivial, Max Reitz, open list:Block layer core

Am 27.04.2017 um 00:10 hat Eric Blake geschrieben:
> s/refcout/refcount/
> 
> CC: qemu-trivial@nongnu.org
> Signed-off-by: Eric Blake <eblake@redhat.com>

Thanks, applied to block-next.

Kevin

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

end of thread, other threads:[~2017-04-27 13:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-26 22:10 [Qemu-devel] [PATCH] iotests: Fix typo in 026 Eric Blake
2017-04-27  7:28 ` [Qemu-devel] [Qemu-trivial] " Laurent Vivier
2017-04-27 13:46 ` [Qemu-devel] " Kevin Wolf

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).