[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20211223164305.GA1270275@bhelgaas>
Date: Thu, 23 Dec 2021 10:43:05 -0600
From: Bjorn Helgaas <helgaas@...nel.org>
To: Sergio Paracuellos <sergio.paracuellos@...il.com>
Cc: linux-pci <linux-pci@...r.kernel.org>,
Fan Fei <ffclaire1224@...il.com>,
Lorenzo Pieralisi <lorenzo.pieralisi@....com>,
Rob Herring <robh@...nel.org>,
linux-kernel <linux-kernel@...r.kernel.org>,
linux-kernel-mentees@...ts.linuxfoundation.org,
Shuah Khan <skhan@...uxfoundation.org>,
Bjorn Helgaas <bhelgaas@...gle.com>,
Matthias Brugger <matthias.bgg@...il.com>,
linux-arm-kernel@...ts.infradead.org,
"moderated list:ARM/Mediatek SoC support"
<linux-mediatek@...ts.infradead.org>
Subject: Re: [PATCH v2 17/23] PCI: mt7621: Rename mt7621_pci_ to mt7621_pcie_
On Thu, Dec 23, 2021 at 07:10:22AM +0100, Sergio Paracuellos wrote:
> On Thu, Dec 23, 2021 at 2:11 AM Bjorn Helgaas <helgaas@...nel.org> wrote:
> > From: Bjorn Helgaas <bhelgaas@...gle.com>
> >
> > Rename mt7621_pci_* structs and functions to mt7621_pcie_* for consistency
> > with the rest of the file.
> >
> > Signed-off-by: Bjorn Helgaas <bhelgaas@...gle.com>
> > Cc: Sergio Paracuellos <sergio.paracuellos@...il.com>
> > Cc: Matthias Brugger <matthias.bgg@...il.com>
> > Cc: linux-arm-kernel@...ts.infradead.org
> > Cc: linux-mediatek@...ts.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 <sergio.paracuellos@...il.com>
Thanks, I added a mention of the struct member reorder.
Bjorn
Powered by blists - more mailing lists