From: Tim Wiederhake Date: Thu, 13 Jan 2022 16:13:58 +0000 (+0100) Subject: docs: coding-style: Remove "no_memory" as acceptable goto target X-Git-Tag: v8.1.0-rc1~422 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c807f65de6bd28b520f90ea93e5048ff1cd76075;p=thirdparty%2Flibvirt.git docs: coding-style: Remove "no_memory" as acceptable goto target There are no instances of that label left. Signed-off-by: Tim Wiederhake Reviewed-by: Ján Tomko --- diff --git a/docs/coding-style.rst b/docs/coding-style.rst index 227af97190..37e6009db4 100644 --- a/docs/coding-style.rst +++ b/docs/coding-style.rst @@ -948,7 +948,6 @@ makes sense: error: A path only taken upon return with an error code cleanup: A path taken upon return with success code + optional error - no_memory: A path only taken upon return with an OOM error code retry: If needing to jump upwards (e.g., retry on EINTR) Top-level labels should be indented by one space (putting them on