Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755255AbYJQMsm (ORCPT ); Fri, 17 Oct 2008 08:48:42 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755892AbYJQMsV (ORCPT ); Fri, 17 Oct 2008 08:48:21 -0400 Received: from [165.204.77.10] ([165.204.77.10]:58446 "EHLO elemente.amd.com" rhost-flags-FAIL-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1755592AbYJQMsU (ORCPT ); Fri, 17 Oct 2008 08:48:20 -0400 Message-Id: <20081017133137.733236242@amd.com> References: <20081017133035.331392689@amd.com> User-Agent: quilt/0.46-1 Date: Fri, 17 Oct 2008 15:30:38 +0200 From: Peter Oruba To: Ingo Molnar , Thomas Gleixner Cc: LKML , Peter Oruba Subject: [patch 3/3] x86: AMD microcode patch loader author update Content-Disposition: inline; filename=patches2/0003-x86-AMD-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: 909 Lines: 32 Removed author's email address from MODULE_AUTHOR. Signed-off-by: Peter Oruba --- arch/x86/kernel/microcode_amd.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/x86/kernel/microcode_amd.c b/arch/x86/kernel/microcode_amd.c index 7a1f8ee..5f8e5d7 100644 --- a/arch/x86/kernel/microcode_amd.c +++ b/arch/x86/kernel/microcode_amd.c @@ -39,7 +39,7 @@ #include MODULE_DESCRIPTION("AMD Microcode Update Driver"); -MODULE_AUTHOR("Peter Oruba "); +MODULE_AUTHOR("Peter Oruba"); MODULE_LICENSE("GPL v2"); #define UCODE_MAGIC 0x00414d44 -- 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/