x86/pci: Rename 'MMCONFIG' to 'ECAM', use pr_fmt
authorBjorn Helgaas <bhelgaas@google.com>
Tue, 21 Nov 2023 18:36:38 +0000 (12:36 -0600)
committerBjorn Helgaas <bhelgaas@google.com>
Tue, 5 Dec 2023 16:56:46 +0000 (10:56 -0600)
commit704891033b9714f4c9813bf9ffd888fc69ae3948
tree92a9cf31ac89949366671a172fbdc6ef5a8149e9
parent286ae88c9e40b261d7860b367c36346434ffeaa3
x86/pci: Rename 'MMCONFIG' to 'ECAM', use pr_fmt

The "MMCONFIG" term is not used in PCI/PCIe specs.  Replace it with "ECAM",
the term used in PCIe r6.0, sec 7.2.2.

Define pr_fmt() instead of repeating PREFIX in every log message.

Link: https://lore.kernel.org/r/20231121183643.249006-5-helgaas@kernel.org
Tested-by: Tomasz Pala <gotar@polanet.pl>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
arch/x86/pci/mmconfig-shared.c
arch/x86/pci/mmconfig_32.c
arch/x86/pci/mmconfig_64.c