Re: [PATCH] coding-style: fix mismatch of jump label name

2016-11-07 Thread Jonathan Corbet
On Thu, 3 Nov 2016 01:57:34 +0900 Masahiro Yamada wrote: > Commit 865a1caa4b6b ("CodingStyle: Clarify and complete chapter 7") > renamed the label "out_buffer" to "out_free_buffer", but missed to > change this line. Applied to the docs tree, thanks. jon

Re: [PATCH] coding-style: fix mismatch of jump label name

2016-11-02 Thread Jean Delvare
Hi Masahiro-san, On Thu, 3 Nov 2016 01:57:34 +0900, Masahiro Yamada wrote: > 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 > --- > > Note: > This pa

[PATCH] coding-style: fix mismatch of jump label name

2016-11-02 Thread Masahiro Yamada
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 --- Note: This patch is based on linux-next. The Documentation/CodingStyle was moved to Documentation/process/co