diff mbox series

[for-4.13] x86/microcode: Drop trailing whitespace in printk()

Message ID 20191008192705.7627-1-andrew.cooper3@citrix.com (mailing list archive)
State New, archived
Headers show
Series [for-4.13] x86/microcode: Drop trailing whitespace in printk() | expand

Commit Message

Andrew Cooper Oct. 8, 2019, 7:27 p.m. UTC
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 <andrew.cooper3@citrix.com>
---
CC: Jan Beulich <JBeulich@suse.com>
CC: Wei Liu <wl@xen.org>
CC: Roger Pau Monné <roger.pau@citrix.com>
CC: Chao Gao <chao.gao@intel.com>
CC: Juergen Gross <jgross@suse.com>

This is a cosmetic nice-to-have which has no risk for 4.13.
---
 xen/arch/x86/microcode_intel.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Jan Beulich Oct. 9, 2019, 9:35 a.m. UTC | #1
On 08.10.2019 21:27, Andrew Cooper wrote:
> 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 <andrew.cooper3@citrix.com>

Acked-by: Jan Beulich <jbeulich@suse.com>
Jürgen Groß Oct. 9, 2019, 10:01 a.m. UTC | #2
On 09.10.19 11:35, Jan Beulich wrote:
> On 08.10.2019 21:27, Andrew Cooper wrote:
>> 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 <andrew.cooper3@citrix.com>
> 
> Acked-by: Jan Beulich <jbeulich@suse.com>
> 

Release-acked-by: Juergen Gross <jgross@suse.com>


Juergen
diff mbox series

Patch

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];