Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757514Ab1FFTQM (ORCPT ); Mon, 6 Jun 2011 15:16:12 -0400 Received: from in.cluded.net ([195.159.98.120]:33372 "EHLO in.cluded.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752654Ab1FFTQL (ORCPT ); Mon, 6 Jun 2011 15:16:11 -0400 X-Greylist: delayed 403 seconds by postgrey-1.27 at vger.kernel.org; Mon, 06 Jun 2011 15:16:10 EDT Message-ID: <4DED25AD.9050504@uw.no> Date: Mon, 06 Jun 2011 19:08:29 +0000 From: "Daniel K." User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9a1) Gecko/20060307 SeaMonkey/1.5a MIME-Version: 1.0 To: Arnaud Lacombe CC: linux-kbuild@vger.kernel.org, linux-kernel@vger.kernel.org, Michal Marek Subject: Re: [PATCH 1/9] kconfig: annotate non-trivial fall-trough References: <1307386711-8866-1-git-send-email-lacombar@gmail.com> <1307386711-8866-2-git-send-email-lacombar@gmail.com> In-Reply-To: <1307386711-8866-2-git-send-email-lacombar@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1008 Lines: 33 Arnaud Lacombe wrote: > Signed-off-by: Arnaud Lacombe > --- > scripts/kconfig/conf.c | 4 ++++ > scripts/kconfig/confdata.c | 5 +++++ > scripts/kconfig/gconf.c | 1 + > scripts/kconfig/mconf.c | 1 + > 4 files changed, 11 insertions(+), 0 deletions(-) > > diff --git a/scripts/kconfig/conf.c b/scripts/kconfig/conf.c > index 006ad81..8be7374 100644 > --- a/scripts/kconfig/conf.c > +++ b/scripts/kconfig/conf.c > @@ -106,6 +106,7 @@ static int conf_askvalue(struct symbol *sym, const char *def) > return 0; > } > check_stdin(); > + /* FALLTHOUGH */ > case oldaskconfig: > fflush(stdout); > xfgets(line, 128, stdin); Could it be done using the inside voice? s/FALLTHOUGH/fall through/ Daniel K. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/