On Fri, May 24, 2013 at 10:43:50AM +0200, Borislav Petkov wrote: > On Thu, May 23, 2013 at 10:40:17AM -0500, Jacob Shin wrote: > > From: Borislav Petkov <[email protected]> > > > > User-visible so correct it. > > > > Signed-off-by: Borislav Petkov <[email protected]> > > Signed-off-by: Jacob Shin <[email protected]> > > --- > > 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.
Oops, the patch didn't apply cleanly for me, so I hand fixed it up, but I think I did it wrong. I'll fix that. Thanks. -- 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/

