[PATCH 0/2] PCI/AER: Fix rootport attribute paths in ABI docs

Johan Hovold posted 2 patches 2 years ago
.../testing/sysfs-bus-pci-devices-aer_stats    | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
[PATCH 0/2] PCI/AER: Fix rootport attribute paths in ABI docs
Posted by Johan Hovold 2 years ago
Some AER attribute paths were changed in the final revision of the
series adding them but the ABI documentation was never updated to match.

Included is also a related white space cleanup after a commit fixing the
'KernelVersion' field name.

Johan


Johan Hovold (2):
  PCI/AER: Fix rootport attribute paths in ABI docs
  PCI/AER: Clean up version indentation in ABI docs

 .../testing/sysfs-bus-pci-devices-aer_stats    | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

-- 
2.43.0
Re: [PATCH 0/2] PCI/AER: Fix rootport attribute paths in ABI docs
Posted by Bjorn Helgaas 2 years ago
On Fri, Feb 02, 2024 at 02:16:33PM +0100, Johan Hovold wrote:
> Some AER attribute paths were changed in the final revision of the
> series adding them but the ABI documentation was never updated to match.
> 
> Included is also a related white space cleanup after a commit fixing the
> 'KernelVersion' field name.
> 
> Johan
> 
> 
> Johan Hovold (2):
>   PCI/AER: Fix rootport attribute paths in ABI docs
>   PCI/AER: Clean up version indentation in ABI docs
> 
>  .../testing/sysfs-bus-pci-devices-aer_stats    | 18 +++++++++---------
>  1 file changed, 9 insertions(+), 9 deletions(-)

Applied to pci/aer for v6.9, thanks!
Re: [PATCH 0/2] PCI/AER: Fix rootport attribute paths in ABI docs
Posted by Johan Hovold 1 year, 11 months ago
Hi Bjorn,

On Fri, Feb 02, 2024 at 05:24:35PM -0600, Bjorn Helgaas wrote:
> On Fri, Feb 02, 2024 at 02:16:33PM +0100, Johan Hovold wrote:

> > Johan Hovold (2):
> >   PCI/AER: Fix rootport attribute paths in ABI docs
> >   PCI/AER: Clean up version indentation in ABI docs

> Applied to pci/aer for v6.9, thanks!

I noticed that these have not shown up in linux-next yet. Did you forget
to push the branch?

Johan
Re: [PATCH 0/2] PCI/AER: Fix rootport attribute paths in ABI docs
Posted by Bjorn Helgaas 1 year, 11 months ago
On Tue, Feb 20, 2024 at 09:04:13AM +0100, Johan Hovold wrote:
> Hi Bjorn,
> 
> On Fri, Feb 02, 2024 at 05:24:35PM -0600, Bjorn Helgaas wrote:
> > On Fri, Feb 02, 2024 at 02:16:33PM +0100, Johan Hovold wrote:
> 
> > > Johan Hovold (2):
> > >   PCI/AER: Fix rootport attribute paths in ABI docs
> > >   PCI/AER: Clean up version indentation in ABI docs
> 
> > Applied to pci/aer for v6.9, thanks!
> 
> I noticed that these have not shown up in linux-next yet. Did you forget
> to push the branch?

Indeed I did forget.  Updated and pushed, thanks!

Bjorn