Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
[cascardo/linux.git] / arch / x86 / kernel / efi.c
index cdcfb12..c2fa9b8 100644 (file)
@@ -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);