diff --git a/Documentation/process/coding-style.rst b/Documentation/process/coding-style.rst index 968808bec4075b8135c6e0960e38d68887858394..3e7905172000cc1c2964428b0108cb72b3555e15 100644 --- a/Documentation/process/coding-style.rst +++ b/Documentation/process/coding-style.rst @@ -475,7 +475,7 @@ The rationale for using gotos is: ... } result = 1; - goto out_buffer; + goto out_free_buffer; } ... out_free_buffer: