[PATCH v2 17/23] PCI: mt7621: Rename mt7621_pci_ to mt7621_pcie_
Bjorn Helgaas
helgaas at kernel.org
Thu Dec 23 08:43:05 PST 2021
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 at kernel.org> wrote:
> > From: Bjorn Helgaas <bhelgaas at google.com>
> >
> > Rename mt7621_pci_* structs and functions to mt7621_pcie_* for consistency
> > with the rest of the file.
> >
> > Signed-off-by: Bjorn Helgaas <bhelgaas at google.com>
> > Cc: Sergio Paracuellos <sergio.paracuellos at gmail.com>
> > Cc: Matthias Brugger <matthias.bgg at gmail.com>
> > Cc: linux-arm-kernel at lists.infradead.org
> > Cc: linux-mediatek at 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 <sergio.paracuellos at gmail.com>
Thanks, I added a mention of the struct member reorder.
Bjorn
More information about the linux-arm-kernel
mailing list