From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5B2CFC10F29 for ; Wed, 11 Mar 2020 14:46:01 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id C9B85206B1 for ; Wed, 11 Mar 2020 14:45:59 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="psycrPkm" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org C9B85206B1 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=perches.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Date:To:From:Subject:Message-ID:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=24m3Macg2tAdrNRmBhnA8Ls9SjZuJ+KSsG8jEIt4c7w=; b=psycrPkm/YmDV/ xDCJnh1O08UqxBouVKDEAJcaJMGF3nNPsICMAM9SKCqRWQuysbyqVn5GtDYrfwMFEzeSmrgkHaxCn LThpO7bn7DD9Ipu6oOLPtwFqQbaAeUJ+2XJQpA8VY8JWSF6VvjivZRSK15c5mj2xJqqriJRYy1JRL FlVUXE53TjrlCOY5vvcO75E17M9GagReCkFxhBAvSNBFeIiGtay4okrfonffuAs6p/vrGvQ71abWE 27QAP+mTzNpEZ3wwfQAFDt7c3lbD4IuVz8+8ticBnN6b8nAv/qrAe3WJRDQDV8iSTucTQqpGKAgaH x1a7YHFalgxvFiwqG4rQ==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1jC2PV-00080I-9U; Wed, 11 Mar 2020 14:32:37 +0000 Received: from smtprelay0233.hostedemail.com ([216.40.44.233] helo=smtprelay.hostedemail.com) by bombadil.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1jC2PS-0007zn-4u for linux-arm-kernel@lists.infradead.org; Wed, 11 Mar 2020 14:32:35 +0000 Received: from filter.hostedemail.com (clb03-v110.bra.tucows.net [216.40.38.60]) by smtprelay04.hostedemail.com (Postfix) with ESMTP id ED76818033F6E; Wed, 11 Mar 2020 14:32:31 +0000 (UTC) X-Session-Marker: 6A6F6540706572636865732E636F6D X-HE-Tag: mark59_160635481ae36 X-Filterd-Recvd-Size: 1361 Received: from XPS-9350.home (unknown [47.151.143.254]) (Authenticated sender: joe@perches.com) by omf03.hostedemail.com (Postfix) with ESMTPA; Wed, 11 Mar 2020 14:32:31 +0000 (UTC) Message-ID: <8689ac477bce81aec15a9b8d89192b91fb3d3adb.camel@perches.com> Subject: Re: [PATCH -next 011/491] ARM/QUALCOMM SUPPORT: Use fallthrough; From: Joe Perches To: Marc Gonzalez Date: Wed, 11 Mar 2020 07:30:48 -0700 In-Reply-To: References: <2e6818291503f032e7662f1fa45fb64c7751a7ae.1583896348.git.joe@perches.com> User-Agent: Evolution 3.34.1-2 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200311_073234_258427_15371330 X-CRM114-Status: UNSURE ( 7.18 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: LKML , Linux ARM Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Wed, 2020-03-11 at 09:46 +0100, Marc Gonzalez wrote: > On 11/03/2020 05:51, Joe Perches wrote: > > Convert the various uses of fallthrough comments to fallthrough; > > What is the rationale for such a change? > Portability to different tool-chains? Something else? Converting /* fallthrough */ style comments to the pseudo-keyword fallthrough allows clang 10 and higher to work at finding missing fallthroughs too. _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel