mbox series

[0/4] PCI: Correct function names in the header

Message ID 20210325075144.180030-1-wangxiongfeng2@huawei.com (mailing list archive)
Headers show
Series PCI: Correct function names in the header | expand

Message

Xiongfeng Wang March 25, 2021, 7:51 a.m. UTC
Xiongfeng Wang (4):
  PCI: acpi_pcihp: Correct acpi_pci_check_ejectable() function name in
    the header
  PCI/AER: Correct function names in the header
  PCI/PME: Correct pcie_pme_init() function name in the header
  PCI/ATS: Correct pci_max_pasids() function name in header

 drivers/pci/ats.c                | 2 +-
 drivers/pci/hotplug/acpi_pcihp.c | 2 +-
 drivers/pci/pcie/aer.c           | 6 +++---
 drivers/pci/pcie/pme.c           | 2 +-
 4 files changed, 6 insertions(+), 6 deletions(-)

Comments

Krzysztof Wilczyński March 26, 2021, 1:07 a.m. UTC | #1
Hi,

[...]
>   PCI: acpi_pcihp: Correct acpi_pci_check_ejectable() function name in
>     the header
>   PCI/AER: Correct function names in the header
>   PCI/PME: Correct pcie_pme_init() function name in the header
>   PCI/ATS: Correct pci_max_pasids() function name in header
[...]

All of this has already been fixed in the following series:

  https://lore.kernel.org/linux-pci/20210311001724.423356-1-kw@linux.com/

Krzysztof
Xiongfeng Wang March 27, 2021, 8:17 a.m. UTC | #2
Hi, Krzysztof

On 2021/3/26 9:07, Krzysztof Wilczyński wrote:
> Hi,
> 
> [...]
>>   PCI: acpi_pcihp: Correct acpi_pci_check_ejectable() function name in
>>     the header
>>   PCI/AER: Correct function names in the header
>>   PCI/PME: Correct pcie_pme_init() function name in the header
>>   PCI/ATS: Correct pci_max_pasids() function name in header
> [...]
> 
> All of this has already been fixed in the following series:
> 
>   https://lore.kernel.org/linux-pci/20210311001724.423356-1-kw@linux.com/

Thanks for your remind. I will skip this series in the future.

Thanks,
Xiongfeng

> 
> Krzysztof
> .
>