Re: [PATCH V5 5/6] PCI: Deprecate pci_reset_bus() and pci_reset_slot() functions

From: Bjorn Helgaas
Date: Wed Jul 18 2018 - 19:29:40 EST


On Wed, Jul 18, 2018 at 03:36:29PM -0700, Sinan Kaya wrote:
> On 7/18/2018 3:30 PM, Bjorn Helgaas wrote:
> > On Mon, Jul 02, 2018 at 06:58:54PM -0400, Sinan Kaya wrote:
> > > pci_reset_bus() and pci_reset_slot() functions are not being used by
> > > any code. Remove them from the kernel in favor of pci_try_reset_bus()
> > > and pci_try_reset_slot() functions.
> > >
> > > Signed-off-by: Sinan Kaya <okaya@xxxxxxxxxxxxxx>
> > > ---
> > > drivers/pci/pci.c | 55 ++---------------------------------------------------
> > > include/linux/pci.h | 2 --
> > > 2 files changed, 2 insertions(+), 55 deletions(-)
> > >
> > > diff --git a/drivers/pci/pci.c b/drivers/pci/pci.c
> > > index a31e6db..7e3f2e9 100644
> > > --- a/drivers/pci/pci.c
> > > +++ b/drivers/pci/pci.c
> > > @@ -4784,9 +4784,9 @@ int pci_probe_reset_slot(struct pci_slot *slot)
> > > EXPORT_SYMBOL_GPL(pci_probe_reset_slot);
> > > /**
> > > - * pci_reset_slot - reset a PCI slot
> > > + * __pci_try_reset_slot - Try to reset a PCI slot
> > > * @slot: PCI slot to reset
> > > - *
> > > + *`
> >
> > Is this "*`" intentional or a typo? I can't find it in kernel-doc.rst
> > (but it's full of ` and maybe I missed it).
>
> Typo.

Great, I fixed it.