From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757091AbcKBT0t (ORCPT ); Wed, 2 Nov 2016 15:26:49 -0400 Received: from mx2.suse.de ([195.135.220.15]:52298 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752815AbcKBT0s (ORCPT ); Wed, 2 Nov 2016 15:26:48 -0400 Date: Wed, 2 Nov 2016 20:26:43 +0100 From: Jean Delvare To: Masahiro Yamada Cc: Mauro Carvalho Chehab , Mauro Carvalho Chehab , linux-kernel@vger.kernel.org, Jonathan Corbet , Markus Elfring , Greg Kroah-Hartman Subject: Re: [PATCH] coding-style: fix mismatch of jump label name Message-ID: <20161102202643.61d1cab2@endymion> In-Reply-To: <1478105854-11867-1-git-send-email-yamada.masahiro@socionext.com> References: <1478105854-11867-1-git-send-email-yamada.masahiro@socionext.com> Organization: SUSE Linux X-Mailer: Claws Mail 3.12.0 (GTK+ 2.24.31; x86_64-suse-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 patch is based on linux-next. > The Documentation/CodingStyle was moved to > Documentation/process/coding-style.rst > > Documentation/process/coding-style.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/process/coding-style.rst b/Documentation/process/coding-style.rst > index 968808be..3e79051 100644 > --- a/Documentation/process/coding-style.rst > +++ b/Documentation/process/coding-style.rst > @@ -475,7 +475,7 @@ The rationale for using gotos is: > ... > } > result = 1; > - goto out_buffer; > + goto out_free_buffer; > } > ... > out_free_buffer: Oops, my bad. Good catch. Reviewed-by: Jean Delvare Feel free to add a Fixes: tag, although I doubt this kind of documentation patch is often backported, so it probably doesn't really matter. Thanks, -- Jean Delvare SUSE L3 Support