Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758360Ab3EWSMw (ORCPT ); Thu, 23 May 2013 14:12:52 -0400 Received: from perches-mx.perches.com ([206.117.179.246]:36892 "EHLO labridge.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1757972Ab3EWSMv (ORCPT ); Thu, 23 May 2013 14:12:51 -0400 Message-ID: <1369332769.2075.23.camel@joe-AO722> Subject: Re: [PATCH V2 2/3] x86, microcode, intel: Correct typo in printk From: Joe Perches To: Jacob Shin Cc: "H. Peter Anvin" , Ingo Molnar , Thomas Gleixner , x86@kernel.org, Fenghua Yu , Andreas Herrmann , Borislav Petkov , linux-kernel@vger.kernel.org, Borislav Petkov Date: Thu, 23 May 2013 11:12:49 -0700 In-Reply-To: <1369323618-5820-3-git-send-email-jacob.shin@amd.com> References: <1369323618-5820-1-git-send-email-jacob.shin@amd.com> <1369323618-5820-3-git-send-email-jacob.shin@amd.com> Content-Type: text/plain; charset="ISO-8859-1" X-Mailer: Evolution 3.6.4-0ubuntu1 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 699 Lines: 18 On Thu, 2013-05-23 at 10:40 -0500, Jacob Shin wrote: > User-visible so correct it. [] > diff --git 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) [] > - pr_err("Can not save microcode patch.\n"); > + pr_err("Cannot save microcode patches from initrd.\n"); It seems you enhanced the message rather than fixed a typo so I think the subject line isn't correct. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/