Commit beab6cb2 authored by Masahiro Yamada's avatar Masahiro Yamada Committed by Jonathan Corbet

coding-style: fix mismatch of jump label name

Commit 865a1caa ("CodingStyle: Clarify and complete chapter 7")
renamed the label "out_buffer" to "out_free_buffer", but missed to
change this line.
Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
Reviewed-by: default avatarJean Delvare <jdelvare@suse.de>
Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
parent 05d5f95d
......@@ -475,7 +475,7 @@ The rationale for using gotos is:
...
}
result = 1;
goto out_buffer;
goto out_free_buffer;
}
...
out_free_buffer:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment