coding-style: fix mismatch of jump label name
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Wed, 2 Nov 2016 16:57:34 +0000 (01:57 +0900)
committerJonathan Corbet <corbet@lwn.net>
Tue, 8 Nov 2016 02:05:03 +0000 (19:05 -0700)
Commit 865a1caa4b6b ("CodingStyle: Clarify and complete chapter 7")
renamed the label "out_buffer" to "out_free_buffer", but missed to
change this line.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Reviewed-by: Jean Delvare <jdelvare@suse.de>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/process/coding-style.rst

index 968808b..3e79051 100644 (file)
@@ -475,7 +475,7 @@ The rationale for using gotos is:
                                ...
                        }
                        result = 1;
-                       goto out_buffer;
+                       goto out_free_buffer;
                }
                ...
        out_free_buffer: