Message ID | 20240202131635.11405-1-johan+linaro@kernel.org (mailing list archive) |
---|---|
Headers | show |
Series | PCI/AER: Fix rootport attribute paths in ABI docs | expand |
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!
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
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