]> git.baikalelectronics.ru Git - kernel.git/commit
PCI: Update mmap-related #ifdef comments
authorClint Sbisa <csbisa@amazon.com>
Fri, 21 Aug 2020 15:51:21 +0000 (15:51 +0000)
committerBjorn Helgaas <bhelgaas@google.com>
Thu, 17 Sep 2020 17:40:25 +0000 (12:40 -0500)
commit6228a0b9d73ea0443ad5d1e13ea0bf6f73f3866d
tree2ee3cf25bf473f7673ae833a18307317be91f946
parent6afb29e84b7d526d54a7f020bc70676bae3d7f20
PCI: Update mmap-related #ifdef comments

a7d9eb7bb3fc ("PCI: Add pci_mmap_resource_range() and use it for ARM64")
changed the #ifdef condition around pci_create_resource_files(),
pci_remove_resource_files(), and related functions, but did not update
comments at the #else and #ifdef.

Update the comments to match the #ifdef.

[bhelgaas: commit log, drop #endif comment since it's close to the #else]
Link: https://lore.kernel.org/r/20200821155121.nzxjeeoze4h5pone@amazon.com
Signed-off-by: Clint Sbisa <csbisa@amazon.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
drivers/pci/pci-sysfs.c