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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id 532B8C433F5 for ; Thu, 23 Dec 2021 16:44:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:Message-ID: Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:References: List-Owner; bh=Vwtp08HFltcRTGoOKMmTPS5xhlecd3lcNushWTBU7qw=; b=hfWdqb9XqWTjiV CEjMPdLT0OD3jJnzFsPmJpRymkBxL3bKG5GkVxIjzKqpvJ8JmS/IsrDByPkFBZxqrAZqnzcigqRab wKT6/tuq14j/h/2cgSogo+WN9nJrZSNIVXEHLLR7pD3NScg3tPy/3sLzF+rJ1mxvn3hd4epV/G/2c lE01tTCWh1OLXMyY3iPaMSdvCnFua/f5+6DBo0pK4qLU/Ma6I++mg6N2tIMBWUzqZGSr5kKhKJKdN 4ERvrTGxXICR8q73WtDfPUOhpV1Rbq9nHB4zBC0zvk6pT2BoLi+P6gmfTAoxs3x2WHvw2zqEAuY2i M6tMLrQmh/O9FFYIPjMg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1n0RBP-00D6BN-FV; Thu, 23 Dec 2021 16:43:11 +0000 Received: from dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1n0RBM-00D6Ai-I8; Thu, 23 Dec 2021 16:43:09 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id E05A361C04; Thu, 23 Dec 2021 16:43:07 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 0AEDEC36AE9; Thu, 23 Dec 2021 16:43:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1640277787; bh=NL161JDeCDIM/xYNPhiC2ONE2NUXcY75vDiM159xu5U=; h=Date:From:To:Cc:Subject:In-Reply-To:From; b=PksqG2PWGf4RtwEqs6ZBvoY/axiIf4Sf9R3Q7ijq4zxConWpi5QScPKc1J1wRl1YF VPF4WLJVQSBOF2NRURrWTMuicoXgsqwIjnpbSQsuQgoljTVFBjcGJNKaj8npFSXmQE R6dJzXmYW79WzXlhCyFB48jys5FQTOZCrHWYG+Tt+INp9LcH2fj57ufedZZxcqA0ws R6BF0NiWq1QW6X9qweE3WjJoIlLzKSMV5IfrmL+Xf3T8S2mwhFephLL76xGB5J37QS FkfBcAUKj+cBc8LAqtRQhzvzdcXDb6FoAZjyU4z3C6PUqelnTlpgN0uZzij3k8e2J0 MOqQT2HPVMHtw== Date: Thu, 23 Dec 2021 10:43:05 -0600 From: Bjorn Helgaas To: Sergio Paracuellos Cc: linux-pci , Fan Fei , Lorenzo Pieralisi , Rob Herring , linux-kernel , linux-kernel-mentees@lists.linuxfoundation.org, Shuah Khan , Bjorn Helgaas , Matthias Brugger , linux-arm-kernel@lists.infradead.org, "moderated list:ARM/Mediatek SoC support" Subject: Re: [PATCH v2 17/23] PCI: mt7621: Rename mt7621_pci_ to mt7621_pcie_ Message-ID: <20211223164305.GA1270275@bhelgaas> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20211223_084308_663660_747B1CFE X-CRM114-Status: GOOD ( 21.11 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Thu, Dec 23, 2021 at 07:10:22AM +0100, Sergio Paracuellos wrote: > On Thu, Dec 23, 2021 at 2:11 AM Bjorn Helgaas wrote: > > From: Bjorn Helgaas > > > > Rename mt7621_pci_* structs and functions to mt7621_pcie_* for consistency > > with the rest of the file. > > > > Signed-off-by: Bjorn Helgaas > > Cc: Sergio Paracuellos > > Cc: Matthias Brugger > > Cc: linux-arm-kernel@lists.infradead.org > > Cc: linux-mediatek@lists.infradead.org > > --- > > drivers/pci/controller/pcie-mt7621.c | 36 ++++++++++++++-------------- > > 1 file changed, 18 insertions(+), 18 deletions(-) > > > > diff --git a/drivers/pci/controller/pcie-mt7621.c b/drivers/pci/controller/pcie-mt7621.c > > index 4138c0e83513..b8fea7afdb1b 100644 > > --- a/drivers/pci/controller/pcie-mt7621.c > > +++ b/drivers/pci/controller/pcie-mt7621.c > > @@ -93,8 +93,8 @@ struct mt7621_pcie_port { > > * reset lines are inverted. > > */ > > struct mt7621_pcie { > > - void __iomem *base; > > struct device *dev; > > + void __iomem *base; > > This change is unrelated to the commit message and the rest of the > changes of this patch. > ... > Other than that minor unrelated change, this looks good to me: > > Reviewed-by: Sergio Paracuellos Thanks, I added a mention of the struct member reorder. Bjorn _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel