x86: Remove trailing spaces in messages
Signed-off-by: Frans Pop <elendil@planet.nl> Cc: Avi Kivity <avi@redhat.com> Cc: x86@kernel.org LKML-Reference: <1265478443-31072-10-git-send-email-elendil@planet.nl> [ Left out the KVM bits. ] Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
@@ -362,7 +362,7 @@ void __init efi_init(void)
|
||||
printk(KERN_ERR PFX "Could not map the firmware vendor!\n");
|
||||
early_iounmap(tmp, 2);
|
||||
|
||||
printk(KERN_INFO "EFI v%u.%.02u by %s \n",
|
||||
printk(KERN_INFO "EFI v%u.%.02u by %s\n",
|
||||
efi.systab->hdr.revision >> 16,
|
||||
efi.systab->hdr.revision & 0xffff, vendor);
|
||||
|
||||
|
Reference in New Issue
Block a user