From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752806AbcKHCFg (ORCPT ); Mon, 7 Nov 2016 21:05:36 -0500 Received: from tex.lwn.net ([70.33.254.29]:33200 "EHLO vena.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752691AbcKHCFb (ORCPT ); Mon, 7 Nov 2016 21:05:31 -0500 Date: Mon, 7 Nov 2016 19:05:29 -0700 From: Jonathan Corbet To: Masahiro Yamada Cc: Mauro Carvalho Chehab , Mauro Carvalho Chehab , linux-kernel@vger.kernel.org, Jean Delvare , Markus Elfring , Greg Kroah-Hartman Subject: Re: [PATCH] coding-style: fix mismatch of jump label name Message-ID: <20161107190529.39d7d85f@lwn.net> 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: LWN.net X-Mailer: Claws Mail 3.14.0 (GTK+ 2.24.31; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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