[PATCH] docs/devel: Fix typo (s/exist paths/exit paths/)

J. Neuschäfer posted 1 patch 1 week, 3 days ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260520-exist-v1-1-535f929a87ae@9elements.com
Maintainers: "Alex Bennée" <alex.bennee@linaro.org>, "Daniel P. Berrangé" <berrange@redhat.com>, Markus Armbruster <armbru@redhat.com>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, Pierrick Bouvier <pierrick.bouvier@oss.qualcomm.com>
docs/devel/style.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] docs/devel: Fix typo (s/exist paths/exit paths/)
Posted by J. Neuschäfer 1 week, 3 days ago
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,
-- 
J. Neuschäfer <j.neuschaefer@9elements.com>


Re: [PATCH] docs/devel: Fix typo (s/exist paths/exit paths/)
Posted by Pierrick Bouvier 5 days, 2 hours ago
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

Re: [PATCH] docs/devel: Fix typo (s/exist paths/exit paths/)
Posted by Pierrick Bouvier 1 week ago
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

Re: [PATCH] docs/devel: Fix typo (s/exist paths/exit paths/)
Posted by Markus Armbruster 1 week, 3 days ago
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,
Re: [PATCH] docs/devel: Fix typo (s/exist paths/exit paths/)
Posted by Daniel P. Berrangé 1 week, 3 days ago
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 :|