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=-3.8 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY, 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 7FB6BC10F27 for ; Wed, 11 Mar 2020 14:46:40 +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 F0208206B1 for ; Wed, 11 Mar 2020 14:46:38 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="XUYO/43o" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org F0208206B1 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=aYnqC5WTwu0T4q9LK4IpEZH0fZLOM949vzzfEd87vvE=; b=XUYO/43oKnt4gI 7/TAPhHaXXrxyQ05qo9qM0ePHrWU+4X4UoSoY9jICrG4asu+n/AkF5R+9VA1eNlE2oa482WK8ykv1 W1qvq7byWiftLKnxx6/2fljTFLQoTU/CRvTXeHUK8/kcm41zXhZpSnAhvqfaqc98C6TvLeEUq6WBX HhhqaS8dOyenDJ56bA/bUCGi/loOCCZcycppKt8T/I125ZS2etQ5iM2+4Q4y6BUxdeUGLBfgEB2DT maiWwSeE5HJBZeTIMQy2jMDIuSaaPaaxRAHznHIg3qoP45zgxX1MU0wfXFIpNTU00gj+u0B3mB9Ap mbp2jzPLrPaE4dcvl1SA==; 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 1jC2Po-0008Eg-7l; Wed, 11 Mar 2020 14:32:56 +0000 Received: from smtprelay0244.hostedemail.com ([216.40.44.244] helo=smtprelay.hostedemail.com) by bombadil.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1jC2Pl-0008Ca-ID for linux-arm-kernel@lists.infradead.org; Wed, 11 Mar 2020 14:32:55 +0000 Received: from filter.hostedemail.com (clb03-v110.bra.tucows.net [216.40.38.60]) by smtprelay01.hostedemail.com (Postfix) with ESMTP id CCB4710052861; Wed, 11 Mar 2020 14:32:51 +0000 (UTC) X-Session-Marker: 6A6F6540706572636865732E636F6D X-HE-Tag: sheet55_18d17c0d0ac3d X-Filterd-Recvd-Size: 1720 Received: from XPS-9350.home (unknown [47.151.143.254]) (Authenticated sender: joe@perches.com) by omf02.hostedemail.com (Postfix) with ESMTPA; Wed, 11 Mar 2020 14:32:50 +0000 (UTC) Message-ID: <891a42ad8d8fd7beca911845108e1ded022ef3f7.camel@perches.com> Subject: Re: [PATCH -next 005/491] ARM/UNIPHIER ARCHITECTURE: Use fallthrough; From: Joe Perches To: Masahiro Yamada Date: Wed, 11 Mar 2020 07:31:07 -0700 In-Reply-To: References: 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_073253_661596_6D72C14F X-CRM114-Status: UNSURE ( 9.15 ) 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: Greg Kroah-Hartman , Linux Kernel Mailing List , linux-arm-kernel , linux-serial@vger.kernel.org, Jiri Slaby 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 14:15 +0900, Masahiro Yamada wrote: > On Wed, Mar 11, 2020 at 2:07 PM Joe Perches wrote: > > Convert the various uses of fallthrough comments to fallthrough; > > > > Done via script > > Link: https://lore.kernel.org/lkml/b56602fcf79f849e733e7b521bb0e17895d390fa.1582230379.git.joe.com/ > > > > Signed-off-by: Joe Perches > > Acked-by: Masahiro Yamada > > > But, I think the patch subject should be prefixed: > "serial: 8250_uniphier:" Yeah thanks, that's difficult to script though. _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel