Skip to content

Commit 8129554

Browse files
Colin Ian KingDavid Vrabel
authored andcommitted
x86/xen: add missing \n at end of printk warning message
The message is missing a \n, add it. Signed-off-by: Colin Ian King <[email protected]> Reviewed-by: Juergen Gross <[email protected]> Signed-off-by: David Vrabel <[email protected]>
1 parent 4f0fbdf commit 8129554

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/x86/xen/platform-pci-unplug.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ static int check_platform_magic(void)
6161
}
6262
break;
6363
default:
64-
printk(KERN_WARNING "Xen Platform PCI: unknown I/O protocol version");
64+
printk(KERN_WARNING "Xen Platform PCI: unknown I/O protocol version\n");
6565
return XEN_PLATFORM_ERR_PROTOCOL;
6666
}
6767

0 commit comments

Comments
 (0)