qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2] include/block: fixup typos
@ 2023-03-13  0:37 Wilfred Mallawa
  2023-03-13  7:21 ` Philippe Mathieu-Daudé
  2023-03-14 20:16 ` Kevin Wolf
  0 siblings, 2 replies; 3+ messages in thread
From: Wilfred Mallawa @ 2023-03-13  0:37 UTC (permalink / raw)
  To: stefanha, fam, kwolf, hreitz, qemu-block; +Cc: qemu-devel, Wilfred Mallawa

From: Wilfred Mallawa <wilfred.mallawa@wdc.com>

Fixup a few minor typos

Signed-off-by: Wilfred Mallawa <wilfred.mallawa@wdc.com>
---

 v2:
 - Fixup typo in commit msg.

 include/block/aio-wait.h         | 2 +-
 include/block/block_int-common.h | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/block/aio-wait.h b/include/block/aio-wait.h
index da13357bb8..6e43e3b7bb 100644
--- a/include/block/aio-wait.h
+++ b/include/block/aio-wait.h
@@ -63,7 +63,7 @@ extern AioWait global_aio_wait;
  * @ctx: the aio context, or NULL if multiple aio contexts (for which the
  *       caller does not hold a lock) are involved in the polling condition.
  * @cond: wait while this conditional expression is true
- * @unlock: whether to unlock and then lock again @ctx. This apples
+ * @unlock: whether to unlock and then lock again @ctx. This applies
  * only when waiting for another AioContext from the main loop.
  * Otherwise it's ignored.
  *
diff --git a/include/block/block_int-common.h b/include/block/block_int-common.h
index d419017328..ce51c1f7f9 100644
--- a/include/block/block_int-common.h
+++ b/include/block/block_int-common.h
@@ -1254,7 +1254,7 @@ extern QemuOptsList bdrv_create_opts_simple;
 /*
  * Common functions that are neither I/O nor Global State.
  *
- * See include/block/block-commmon.h for more information about
+ * See include/block/block-common.h for more information about
  * the Common API.
  */
 
-- 
2.39.2



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

* Re: [PATCH v2] include/block: fixup typos
  2023-03-13  0:37 [PATCH v2] include/block: fixup typos Wilfred Mallawa
@ 2023-03-13  7:21 ` Philippe Mathieu-Daudé
  2023-03-14 20:16 ` Kevin Wolf
  1 sibling, 0 replies; 3+ messages in thread
From: Philippe Mathieu-Daudé @ 2023-03-13  7:21 UTC (permalink / raw)
  To: Wilfred Mallawa, stefanha, fam, kwolf, hreitz, qemu-block
  Cc: qemu-devel, Wilfred Mallawa

On 13/3/23 01:37, Wilfred Mallawa wrote:
> From: Wilfred Mallawa <wilfred.mallawa@wdc.com>
> 
> Fixup a few minor typos
> 
> Signed-off-by: Wilfred Mallawa <wilfred.mallawa@wdc.com>
> ---
> 
>   v2:
>   - Fixup typo in commit msg.
> 
>   include/block/aio-wait.h         | 2 +-
>   include/block/block_int-common.h | 2 +-
>   2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/include/block/aio-wait.h b/include/block/aio-wait.h
> index da13357bb8..6e43e3b7bb 100644
> --- a/include/block/aio-wait.h
> +++ b/include/block/aio-wait.h
> @@ -63,7 +63,7 @@ extern AioWait global_aio_wait;
>    * @ctx: the aio context, or NULL if multiple aio contexts (for which the
>    *       caller does not hold a lock) are involved in the polling condition.
>    * @cond: wait while this conditional expression is true
> - * @unlock: whether to unlock and then lock again @ctx. This apples

:)

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>

> + * @unlock: whether to unlock and then lock again @ctx. This applies
>    * only when waiting for another AioContext from the main loop.
>    * Otherwise it's ignored.


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

* Re: [PATCH v2] include/block: fixup typos
  2023-03-13  0:37 [PATCH v2] include/block: fixup typos Wilfred Mallawa
  2023-03-13  7:21 ` Philippe Mathieu-Daudé
@ 2023-03-14 20:16 ` Kevin Wolf
  1 sibling, 0 replies; 3+ messages in thread
From: Kevin Wolf @ 2023-03-14 20:16 UTC (permalink / raw)
  To: Wilfred Mallawa
  Cc: stefanha, fam, hreitz, qemu-block, qemu-devel, Wilfred Mallawa

Am 13.03.2023 um 01:37 hat Wilfred Mallawa geschrieben:
> From: Wilfred Mallawa <wilfred.mallawa@wdc.com>
> 
> Fixup a few minor typos
> 
> Signed-off-by: Wilfred Mallawa <wilfred.mallawa@wdc.com>

Thanks, applied to the block-next branch.

Kevin



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

end of thread, other threads:[~2023-03-14 20:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-13  0:37 [PATCH v2] include/block: fixup typos Wilfred Mallawa
2023-03-13  7:21 ` Philippe Mathieu-Daudé
2023-03-14 20:16 ` 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).