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

Andrew Cooper posted 1 patch 4 years, 6 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/xen tags/patchew/20191008192705.7627-1-andrew.cooper3@citrix.com
xen/arch/x86/microcode_intel.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[Xen-devel] [PATCH for-4.13] x86/microcode: Drop trailing whitespace in printk()
Posted by Andrew Cooper 4 years, 6 months ago
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(-)

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


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel
Re: [Xen-devel] [PATCH for-4.13] x86/microcode: Drop trailing whitespace in printk()
Posted by Jan Beulich 4 years, 6 months ago
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>

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel
Re: [Xen-devel] [PATCH for-4.13] x86/microcode: Drop trailing whitespace in printk()
Posted by Jürgen Groß 4 years, 6 months ago
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

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel