From: Vincent Legoll Date: Sun, 21 May 2017 09:04:41 +0000 (+0200) Subject: x86/PCI: Fix whitespace in set_bios_x() printk X-Git-Tag: v4.13-rc1~88^2~22^2~2 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=2b2154f9391f3ca03b4f5ba599b2ee7a3a80f781;p=karo-tx-linux.git 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 Signed-off-by: Bjorn Helgaas --- diff --git a/arch/x86/pci/pcbios.c b/arch/x86/pci/pcbios.c index c1bdb9edcae7..76595408ff53 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"); } /*