提交 beab6cb2 编写于 作者: M Masahiro Yamada 提交者: 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: NMasahiro Yamada <yamada.masahiro@socionext.com>
Reviewed-by: NJean Delvare <jdelvare@suse.de>
Signed-off-by: NJonathan Corbet <corbet@lwn.net>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册