docs/devel/style.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
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>
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
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
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,
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 :|
© 2016 - 2026 Red Hat, Inc.