PCI: brcmstb: Rename .map_bus() functions to end with 'map_bus'
authorJim Quinlan <jim2101024@gmail.com>
Tue, 26 Jul 2022 17:39:11 +0000 (12:39 -0500)
committerBjorn Helgaas <bhelgaas@google.com>
Wed, 27 Jul 2022 16:53:12 +0000 (11:53 -0500)
commit94c6511636302889be7d0d7cc216d6a1a2433c7b
tree20249efa61ba9b006428133e0382008ceaeb697b
parent7a32e9b3ff01cdc12ea124fa258aacd31490dd11
PCI: brcmstb: Rename .map_bus() functions to end with 'map_bus'

Rename the .map_bus() functions to end with 'map_bus' so they're easy to
find with, e.g., 'git grep "^static.*_map_bus" drivers/pci/'.

[bhelgaas: rename brcm_pcie_map_bus32() to brcm7425_pcie_map_bus() for
better cscope-ability (".*_map_bus" is not the same as ".*_map_bus.*")]
Link: https://lore.kernel.org/r/20220725151258.42574-8-jim2101024@gmail.com
Signed-off-by: Jim Quinlan <jim2101024@gmail.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Tested-by: Florian Fainelli <f.fainelli@gmail.com>
drivers/pci/controller/pcie-brcmstb.c