summaryrefslogtreecommitdiffstats
path: root/arch/x86/pci
diff options
context:
space:
mode:
authorVincent Legoll <vincent.legoll@gmail.com>2017-05-21 11:04:41 +0200
committerBjorn Helgaas <bhelgaas@google.com>2017-06-13 11:44:23 -0500
commit2b2154f9391f3ca03b4f5ba599b2ee7a3a80f781 (patch)
treea0ed9468a3026b46ae8aaaf75ece9c9a2fb83e8d /arch/x86/pci
parent2f686f1d9beee135de6d08caea707ec7bfc916d4 (diff)
downloadop-kernel-dev-2b2154f9391f3ca03b4f5ba599b2ee7a3a80f781.zip
op-kernel-dev-2b2154f9391f3ca03b4f5ba599b2ee7a3a80f781.tar.gz
x86/PCI: Fix whitespace in set_bios_x() printk
Remove the space from "PCI :" to make the message consistent with other PCI messages. Signed-off-by: Vincent Legoll <vincent.legoll@gmail.com> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Diffstat (limited to 'arch/x86/pci')
-rw-r--r--arch/x86/pci/pcbios.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/pci/pcbios.c b/arch/x86/pci/pcbios.c
index c1bdb9e..7659540 100644
--- a/arch/x86/pci/pcbios.c
+++ b/arch/x86/pci/pcbios.c
@@ -46,7 +46,7 @@ static inline void set_bios_x(void)
pcibios_enabled = 1;
set_memory_x(PAGE_OFFSET + BIOS_BEGIN, (BIOS_END - BIOS_BEGIN) >> PAGE_SHIFT);
if (__supported_pte_mask & _PAGE_NX)
- printk(KERN_INFO "PCI : PCI BIOS area is rw and x. Use pci=nobios if you want it NX.\n");
+ printk(KERN_INFO "PCI: PCI BIOS area is rw and x. Use pci=nobios if you want it NX.\n");
}
/*
OpenPOWER on IntegriCloud