Commit-ID:  83b325f1b4d00035494bc18a7a131b2197b3c718
Gitweb:     http://git.kernel.org/tip/83b325f1b4d00035494bc18a7a131b2197b3c718
Author:     Borislav Petkov <[email protected]>
AuthorDate: Thu, 30 May 2013 14:09:16 -0500
Committer:  H. Peter Anvin <[email protected]>
CommitDate: Thu, 30 May 2013 20:19:25 -0700

x86, microcode, intel: Correct typo in printk

User-visible so correct it.

Signed-off-by: Borislav Petkov <[email protected]>
Link: 
http://lkml.kernel.org/r/[email protected]
Signed-off-by: Jacob Shin <[email protected]>
Signed-off-by: H. Peter Anvin <[email protected]>
Cc: Fenghua Yu <[email protected]>
---
 arch/x86/kernel/microcode_intel_early.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/x86/kernel/microcode_intel_early.c 
b/arch/x86/kernel/microcode_intel_early.c
index 2e9e128..a07f0a0 100644
--- a/arch/x86/kernel/microcode_intel_early.c
+++ b/arch/x86/kernel/microcode_intel_early.c
@@ -529,7 +529,7 @@ int save_mc_for_early(u8 *mc)
         */
        ret = save_microcode(&mc_saved_data, mc_saved_tmp, mc_saved_count);
        if (ret) {
-               pr_err("Can not save microcode patch.\n");
+               pr_err("Cannot save microcode patch.\n");
                goto out;
        }
 
@@ -711,7 +711,7 @@ int __init save_microcode_in_initrd(void)
        microcode_pointer(mc_saved, mc_saved_in_initrd, initrd_start, count);
        ret = save_microcode(&mc_saved_data, mc_saved, count);
        if (ret)
-               pr_err("Can not save microcod patches from initrd");
+               pr_err("Cannot save microcode patches from initrd.\n");
 
        show_saved_mc();
 
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to