mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-18 09:44:18 +08:00
coding-style: fix mismatch of jump label name
Commit 865a1caa4b
("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>
This commit is contained in:
parent
05d5f95dc7
commit
beab6cb20c
@ -475,7 +475,7 @@ The rationale for using gotos is:
|
||||
...
|
||||
}
|
||||
result = 1;
|
||||
goto out_buffer;
|
||||
goto out_free_buffer;
|
||||
}
|
||||
...
|
||||
out_free_buffer:
|
||||
|
Loading…
Reference in New Issue
Block a user