Re: [PATCH V2 2/3] x86, microcode, intel: Correct typo in printk

From: Borislav Petkov
Date: Fri May 24 2013 - 04:43:51 EST


On Thu, May 23, 2013 at 10:40:17AM -0500, Jacob Shin wrote:
> From: Borislav Petkov <bp@xxxxxxx>
>
> User-visible so correct it.
>
> Signed-off-by: Borislav Petkov <bp@xxxxxxx>
> Signed-off-by: Jacob Shin <jacob.shin@xxxxxxx>
> ---
> arch/x86/kernel/microcode_intel_early.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/x86/kernel/microcode_intel_early.c b/arch/x86/kernel/microcode_intel_early.c
> index 88f0edc..5e558eb 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 patches from initrd.\n");

This doesn't look like the diff I sent you, please redo against latest
Linus tree when redoing your patchset.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/