From: Andrew Cooper Date: Tue, 8 Oct 2019 19:23:26 +0000 (+0100) Subject: x86/microcode: Drop trailing whitespace in printk() X-Git-Tag: archive/raspbian/4.14.0+80-gd101b417b7-1+rpi1^2~63^2~1298 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=951ab406511e8b752f7c9275af9d26e4c34b619d;p=xen.git x86/microcode: Drop trailing whitespace in printk() This has actually been present since c/s bd7c09c0 in 2008, and survived through all of the recent microcode refactoring. Signed-off-by: Andrew Cooper Acked-by: Jan Beulich Release-acked-by: Juergen Gross --- diff --git a/xen/arch/x86/microcode_intel.c b/xen/arch/x86/microcode_intel.c index 9ededcc73a..9f66057aad 100644 --- a/xen/arch/x86/microcode_intel.c +++ b/xen/arch/x86/microcode_intel.c @@ -319,7 +319,7 @@ static int apply_microcode(const struct microcode_patch *patch) return -EIO; } printk(KERN_INFO "microcode: CPU%d updated from revision " - "%#x to %#x, date = %04x-%02x-%02x \n", + "%#x to %#x, date = %04x-%02x-%02x\n", cpu_num, sig->rev, val[1], mc_intel->hdr.year, mc_intel->hdr.month, mc_intel->hdr.day); sig->rev = val[1];