All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-trivial] [PATCH] throttle: Fix typo in the documentation of block_set_io_throttle
@ 2015-06-15 13:12 ` Alberto Garcia
  0 siblings, 0 replies; 6+ messages in thread
From: Alberto Garcia @ 2015-06-15 13:12 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-trivial, Alberto Garcia, Eric Blake

Signed-off-by: Alberto Garcia <berto@igalia.com>
---
 qapi/block-core.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/qapi/block-core.json b/qapi/block-core.json
index afa9d3d..793a01e 100644
--- a/qapi/block-core.json
+++ b/qapi/block-core.json
@@ -1083,7 +1083,7 @@
 #
 # I/O limits can be disabled by setting all of them to 0. In this case
 # the device will be removed from its group and the rest of its
-# members will no be affected. The 'group' parameter is ignored.
+# members will not be affected. The 'group' parameter is ignored.
 #
 # @device: The name of the device
 #
-- 
2.1.4



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

* [Qemu-devel] [PATCH] throttle: Fix typo in the documentation of block_set_io_throttle
@ 2015-06-15 13:12 ` Alberto Garcia
  0 siblings, 0 replies; 6+ messages in thread
From: Alberto Garcia @ 2015-06-15 13:12 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-trivial, Alberto Garcia

Signed-off-by: Alberto Garcia <berto@igalia.com>
---
 qapi/block-core.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/qapi/block-core.json b/qapi/block-core.json
index afa9d3d..793a01e 100644
--- a/qapi/block-core.json
+++ b/qapi/block-core.json
@@ -1083,7 +1083,7 @@
 #
 # I/O limits can be disabled by setting all of them to 0. In this case
 # the device will be removed from its group and the rest of its
-# members will no be affected. The 'group' parameter is ignored.
+# members will not be affected. The 'group' parameter is ignored.
 #
 # @device: The name of the device
 #
-- 
2.1.4

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

* Re: [Qemu-trivial] [PATCH] throttle: Fix typo in the documentation of block_set_io_throttle
  2015-06-15 13:12 ` [Qemu-devel] " Alberto Garcia
@ 2015-06-15 15:05   ` Eric Blake
  -1 siblings, 0 replies; 6+ messages in thread
From: Eric Blake @ 2015-06-15 15:05 UTC (permalink / raw)
  To: Alberto Garcia, qemu-devel; +Cc: qemu-trivial

[-- Attachment #1: Type: text/plain, Size: 872 bytes --]

On 06/15/2015 07:12 AM, Alberto Garcia wrote:
> Signed-off-by: Alberto Garcia <berto@igalia.com>
> ---
>  qapi/block-core.json | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Eric Blake <eblake@redhat.com>

> 
> diff --git a/qapi/block-core.json b/qapi/block-core.json
> index afa9d3d..793a01e 100644
> --- a/qapi/block-core.json
> +++ b/qapi/block-core.json
> @@ -1083,7 +1083,7 @@
>  #
>  # I/O limits can be disabled by setting all of them to 0. In this case
>  # the device will be removed from its group and the rest of its
> -# members will no be affected. The 'group' parameter is ignored.
> +# members will not be affected. The 'group' parameter is ignored.
>  #
>  # @device: The name of the device
>  #
> 

-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 604 bytes --]

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

* Re: [Qemu-devel] [PATCH] throttle: Fix typo in the documentation of block_set_io_throttle
@ 2015-06-15 15:05   ` Eric Blake
  0 siblings, 0 replies; 6+ messages in thread
From: Eric Blake @ 2015-06-15 15:05 UTC (permalink / raw)
  To: Alberto Garcia, qemu-devel; +Cc: qemu-trivial

[-- Attachment #1: Type: text/plain, Size: 872 bytes --]

On 06/15/2015 07:12 AM, Alberto Garcia wrote:
> Signed-off-by: Alberto Garcia <berto@igalia.com>
> ---
>  qapi/block-core.json | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Eric Blake <eblake@redhat.com>

> 
> diff --git a/qapi/block-core.json b/qapi/block-core.json
> index afa9d3d..793a01e 100644
> --- a/qapi/block-core.json
> +++ b/qapi/block-core.json
> @@ -1083,7 +1083,7 @@
>  #
>  # I/O limits can be disabled by setting all of them to 0. In this case
>  # the device will be removed from its group and the rest of its
> -# members will no be affected. The 'group' parameter is ignored.
> +# members will not be affected. The 'group' parameter is ignored.
>  #
>  # @device: The name of the device
>  #
> 

-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 604 bytes --]

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

* Re: [Qemu-trivial] [PATCH] throttle: Fix typo in the documentation of block_set_io_throttle
  2015-06-15 13:12 ` [Qemu-devel] " Alberto Garcia
@ 2015-06-17 19:25   ` Michael Tokarev
  -1 siblings, 0 replies; 6+ messages in thread
From: Michael Tokarev @ 2015-06-17 19:25 UTC (permalink / raw)
  To: Alberto Garcia, qemu-devel; +Cc: qemu-trivial, Eric Blake

Applied to -trivial, thank you!

/mjt


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

* Re: [Qemu-devel] [PATCH] throttle: Fix typo in the documentation of block_set_io_throttle
@ 2015-06-17 19:25   ` Michael Tokarev
  0 siblings, 0 replies; 6+ messages in thread
From: Michael Tokarev @ 2015-06-17 19:25 UTC (permalink / raw)
  To: Alberto Garcia, qemu-devel; +Cc: qemu-trivial

Applied to -trivial, thank you!

/mjt

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

end of thread, other threads:[~2015-06-17 19:25 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-15 13:12 [Qemu-trivial] [PATCH] throttle: Fix typo in the documentation of block_set_io_throttle Alberto Garcia
2015-06-15 13:12 ` [Qemu-devel] " Alberto Garcia
2015-06-15 15:05 ` [Qemu-trivial] " Eric Blake
2015-06-15 15:05   ` [Qemu-devel] " Eric Blake
2015-06-17 19:25 ` [Qemu-trivial] " Michael Tokarev
2015-06-17 19:25   ` [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.