* Re: [PATCH] docs/devel: Fix typo (s/exist paths/exit paths/)
2026-05-20 6:44 [PATCH] docs/devel: Fix typo (s/exist paths/exit paths/) J. Neuschäfer
@ 2026-05-20 7:54 ` Daniel P. Berrangé
2026-05-20 12:14 ` Markus Armbruster
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: Daniel P. Berrangé @ 2026-05-20 7:54 UTC (permalink / raw)
To: J. Neuschäfer
Cc: qemu-devel, Alex Bennée, Markus Armbruster,
Philippe Mathieu-Daudé, Pierrick Bouvier
On Wed, May 20, 2026 at 08:44:12AM +0200, J. Neuschäfer wrote:
> In the discussion of control flow through a function, "exit paths" were meant.
>
> Signed-off-by: J. Neuschäfer <j.neuschaefer@9elements.com>
> ---
> docs/devel/style.rst | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
With regards,
Daniel
--
|: https://berrange.com ~~ https://hachyderm.io/@berrange :|
|: https://libvirt.org ~~ https://entangle-photo.org :|
|: https://pixelfed.art/berrange ~~ https://fstop138.berrange.com :|
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: [PATCH] docs/devel: Fix typo (s/exist paths/exit paths/)
2026-05-20 6:44 [PATCH] docs/devel: Fix typo (s/exist paths/exit paths/) J. Neuschäfer
2026-05-20 7:54 ` Daniel P. Berrangé
@ 2026-05-20 12:14 ` Markus Armbruster
2026-05-22 18:06 ` Pierrick Bouvier
2026-05-25 15:23 ` Pierrick Bouvier
3 siblings, 0 replies; 5+ messages in thread
From: Markus Armbruster @ 2026-05-20 12:14 UTC (permalink / raw)
To: qemu-trivial
Cc: J. Neuschäfer, qemu-devel, Alex Bennée,
Daniel P. Berrangé, Philippe Mathieu-Daudé,
Pierrick Bouvier
Nominating for qemu-trivial.
J. Neuschäfer <j.neuschaefer@9elements.com> writes:
> In the discussion of control flow through a function, "exit paths" were meant.
>
> Signed-off-by: J. Neuschäfer <j.neuschaefer@9elements.com>
> ---
> docs/devel/style.rst | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/docs/devel/style.rst b/docs/devel/style.rst
> index b8edcf9316f059fe15415543098118b28fcaf99c..f4da16a0e83ca6fed205e2516fff4ac2cc941d04 100644
> --- a/docs/devel/style.rst
> +++ b/docs/devel/style.rst
> @@ -469,7 +469,7 @@ for a time/space trade-off like ``tlb_mmu_resize_locked`` in the
> SoftMMU TLB code.
>
> If the lifetime of the allocation is within the function and there are
> -multiple exist paths you can also improve the readability of the code
> +multiple exit paths you can also improve the readability of the code
> by using ``g_autofree`` and related annotations. See :ref:`autofree-ref`
> for more details.
>
>
> ---
> base-commit: 6d17fd91f6cf88df5cb2205e578640d72605cc43
> change-id: 20260520-exist-b23e143e9bfe
>
> Best regards,
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] docs/devel: Fix typo (s/exist paths/exit paths/)
2026-05-20 6:44 [PATCH] docs/devel: Fix typo (s/exist paths/exit paths/) J. Neuschäfer
2026-05-20 7:54 ` Daniel P. Berrangé
2026-05-20 12:14 ` Markus Armbruster
@ 2026-05-22 18:06 ` Pierrick Bouvier
2026-05-25 15:23 ` Pierrick Bouvier
3 siblings, 0 replies; 5+ messages in thread
From: Pierrick Bouvier @ 2026-05-22 18:06 UTC (permalink / raw)
To: J. Neuschäfer, qemu-devel
Cc: Alex Bennée, Daniel P. Berrangé, Markus Armbruster,
Philippe Mathieu-Daudé
On 5/19/2026 11:44 PM, J. Neuschäfer wrote:
> In the discussion of control flow through a function, "exit paths" were meant.
>
> Signed-off-by: J. Neuschäfer <j.neuschaefer@9elements.com>
> ---
> docs/devel/style.rst | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/docs/devel/style.rst b/docs/devel/style.rst
> index b8edcf9316f059fe15415543098118b28fcaf99c..f4da16a0e83ca6fed205e2516fff4ac2cc941d04 100644
> --- a/docs/devel/style.rst
> +++ b/docs/devel/style.rst
> @@ -469,7 +469,7 @@ for a time/space trade-off like ``tlb_mmu_resize_locked`` in the
> SoftMMU TLB code.
>
> If the lifetime of the allocation is within the function and there are
> -multiple exist paths you can also improve the readability of the code
> +multiple exit paths you can also improve the readability of the code
> by using ``g_autofree`` and related annotations. See :ref:`autofree-ref`
> for more details.
>
>
> ---
> base-commit: 6d17fd91f6cf88df5cb2205e578640d72605cc43
> change-id: 20260520-exist-b23e143e9bfe
>
> Best regards,
Thanks,
I'll pull this through docs subsystem.
Reviewed-by: Pierrick Bouvier <pierrick.bouvier@oss.qualcomm.com>
Regards,
Pierrick
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] docs/devel: Fix typo (s/exist paths/exit paths/)
2026-05-20 6:44 [PATCH] docs/devel: Fix typo (s/exist paths/exit paths/) J. Neuschäfer
` (2 preceding siblings ...)
2026-05-22 18:06 ` Pierrick Bouvier
@ 2026-05-25 15:23 ` Pierrick Bouvier
3 siblings, 0 replies; 5+ messages in thread
From: Pierrick Bouvier @ 2026-05-25 15:23 UTC (permalink / raw)
To: J. Neuschäfer, qemu-devel
Cc: Alex Bennée, Daniel P. Berrangé, Markus Armbruster,
Philippe Mathieu-Daudé
On 5/19/2026 11:44 PM, J. Neuschäfer wrote:
> In the discussion of control flow through a function, "exit paths" were meant.
>
> Signed-off-by: J. Neuschäfer <j.neuschaefer@9elements.com>
> ---
> docs/devel/style.rst | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/docs/devel/style.rst b/docs/devel/style.rst
> index b8edcf9316f059fe15415543098118b28fcaf99c..f4da16a0e83ca6fed205e2516fff4ac2cc941d04 100644
> --- a/docs/devel/style.rst
> +++ b/docs/devel/style.rst
> @@ -469,7 +469,7 @@ for a time/space trade-off like ``tlb_mmu_resize_locked`` in the
> SoftMMU TLB code.
>
> If the lifetime of the allocation is within the function and there are
> -multiple exist paths you can also improve the readability of the code
> +multiple exit paths you can also improve the readability of the code
> by using ``g_autofree`` and related annotations. See :ref:`autofree-ref`
> for more details.
>
>
> ---
> base-commit: 6d17fd91f6cf88df5cb2205e578640d72605cc43
> change-id: 20260520-exist-b23e143e9bfe
>
> Best regards,
This was merged into master (cbf877d67a812be17a9ce404a589e1bdf722c1f6).
Thank you for your contribution!
Regards,
Pierrick
^ permalink raw reply [flat|nested] 5+ messages in thread