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 D28C7C2BB1D for ; Thu, 12 Mar 2020 09:36:35 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id B2522206F1 for ; Thu, 12 Mar 2020 09:36:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1584005795; bh=CkF0PFlSE0VaAcGMHzTbnIszgGzP+Ca1F4ntluhxkbw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=vii0//QzPvBNQ01lYOKj5TPB6iqeWVTXO/0adzFJACV+Fb+ARbq0nQPPLPxd1Ic71 yMWdy4XOPCmNvKDEQODiNwhZqGgPmj2gVdkpg8XFoN7rCBwOLOGjThB4ZIyGpCCUc5 eF4r+k8jrK3QQs72+/qIfdyr52X8Smu4d3235w2k= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726446AbgCLJge (ORCPT ); Thu, 12 Mar 2020 05:36:34 -0400 Received: from mail.kernel.org ([198.145.29.99]:48660 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725268AbgCLJge (ORCPT ); Thu, 12 Mar 2020 05:36:34 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 382AD20674; Thu, 12 Mar 2020 09:36:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1584005793; bh=CkF0PFlSE0VaAcGMHzTbnIszgGzP+Ca1F4ntluhxkbw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=yhv/ncVCTp+GDteHohx416xdzR5v1FJN4II6t81m2v8LTWcQwHfobBI1DKaKIoQ3A 1vLN5m0dkGB99wFiGoFZ1l00qN9/a5KwgJbduWM1HPQYbfDPfJaFrIN72yGGSaus4A AOBTVtN3ZEEwSxkcUgxC3rLMCakpYJTaqNPMdMig= Date: Thu, 12 Mar 2020 10:36:31 +0100 From: Greg Kroah-Hartman To: Masahiro Yamada Cc: Joe Perches , Jiri Slaby , linux-serial@vger.kernel.org, linux-arm-kernel , Linux Kernel Mailing List Subject: Re: [PATCH -next 005/491] ARM/UNIPHIER ARCHITECTURE: Use fallthrough; Message-ID: <20200312093631.GB216768@kroah.com> References: <891a42ad8d8fd7beca911845108e1ded022ef3f7.camel@perches.com> <20200312085606.GA154268@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Mar 12, 2020 at 06:02:19PM +0900, Masahiro Yamada wrote: > On Thu, Mar 12, 2020 at 5:56 PM Greg Kroah-Hartman > wrote: > > > > On Wed, Mar 11, 2020 at 07:31:07AM -0700, Joe Perches wrote: > > > 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. > > > > > > > > > > Kernel development is hard :) > > > It is strange to process this per-platform > and to send out a giant series that > consists of 491 patches. > > This is very trivial conversion. > > I think it is better to have a single patch > to convert all files under drivers/tty/serial/, > with the patch subject "serial:". I agree.