Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756528AbYJQMtp (ORCPT ); Fri, 17 Oct 2008 08:49:45 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756784AbYJQMs1 (ORCPT ); Fri, 17 Oct 2008 08:48:27 -0400 Received: from [165.204.77.10] ([165.204.77.10]:58456 "EHLO elemente.amd.com" rhost-flags-FAIL-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1756335AbYJQMs0 (ORCPT ); Fri, 17 Oct 2008 08:48:26 -0400 Message-Id: <20081017133137.594857330@amd.com> References: <20081017133035.331392689@amd.com> User-Agent: quilt/0.46-1 Date: Fri, 17 Oct 2008 15:30:37 +0200 From: Peter Oruba To: Ingo Molnar , Thomas Gleixner Cc: LKML , Peter Oruba Subject: [patch 2/3] x86: Microcode patch loader author update Content-Disposition: inline; filename=patches2/0002-x86-Microcode-patch-loader-author-update.patch Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 968 Lines: 32 Removed one author's email address from module init message. Signed-off-by: Peter Oruba --- arch/x86/kernel/microcode_core.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/x86/kernel/microcode_core.c b/arch/x86/kernel/microcode_core.c index 936d8d5..82fb280 100644 --- a/arch/x86/kernel/microcode_core.c +++ b/arch/x86/kernel/microcode_core.c @@ -480,8 +480,8 @@ static int __init microcode_init(void) printk(KERN_INFO "Microcode Update Driver: v" MICROCODE_VERSION - " " - " \n"); + " ," + " Peter Oruba\n"); return 0; } -- 1.5.4.1 -- -- 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/