Re: [PATCH 1/6] PCI/ASPM: Add locked helper for enabling link state

From: Johan Hovold
Date: Fri Nov 17 2023 - 05:30:44 EST


On Fri, Nov 17, 2023 at 03:57:24PM +0530, Manivannan Sadhasivam wrote:
> On Wed, Nov 15, 2023 at 05:06:23PM +0100, Johan Hovold wrote:
> > On Wed, Nov 15, 2023 at 10:26:40PM +0800, kernel test robot wrote:
> >
> > > >> drivers/pci/pcie/aspm.c:1186: warning: expecting prototype for pci_enable_link_state(). Prototype was for pci_enable_link_state_locked() instead
> > >
> > >
> > > vim +1186 drivers/pci/pcie/aspm.c
> > >
> > > 1172
> > > 1173 /**
> > > 1174 * pci_enable_link_state - Clear and set the default device link state so that
> >
> > I apparently forgot to update the name here to
> >
> > pci_enable_link_state_locked
> >
>
> While fixing the name, please add locking information in description as well.

It's already there:

Context: Caller holds pci_bus_sem read lock.

Johan