From patchwork Thu Jul 18 08:02:56 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Colin Ian King X-Patchwork-Id: 260016 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19]) by ozlabs.org (Postfix) with ESMTP id AAA462C00A1 for ; Thu, 18 Jul 2013 18:03:18 +1000 (EST) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.76) (envelope-from ) id 1UzjBF-00084T-JX; Thu, 18 Jul 2013 08:03:17 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by huckleberry.canonical.com with esmtp (Exim 4.76) (envelope-from ) id 1UzjB0-00082l-PM for fwts-devel@lists.ubuntu.com; Thu, 18 Jul 2013 08:03:02 +0000 Received: from cpc3-craw6-2-0-cust180.croy.cable.virginmedia.com ([77.100.248.181] helo=localhost) by youngberry.canonical.com with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1UzjB0-0000V0-MK for fwts-devel@lists.ubuntu.com; Thu, 18 Jul 2013 08:03:02 +0000 From: Colin King To: fwts-devel@lists.ubuntu.com Subject: [PATCH 2/7] bios: mtrr: fix spelling mistake Date: Thu, 18 Jul 2013 09:02:56 +0100 Message-Id: <1374134581-10092-3-git-send-email-colin.king@canonical.com> X-Mailer: git-send-email 1.8.1.2 In-Reply-To: <1374134581-10092-1-git-send-email-colin.king@canonical.com> References: <1374134581-10092-1-git-send-email-colin.king@canonical.com> X-BeenThere: fwts-devel@lists.ubuntu.com X-Mailman-Version: 2.1.14 Precedence: list List-Id: Firmware Test Suite Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: fwts-devel-bounces@lists.ubuntu.com Sender: fwts-devel-bounces@lists.ubuntu.com From: Colin Ian King initalization --> initialization Signed-off-by: Colin Ian King Acked-by: Ivan Hu Acked-by: Keng-Yu Lin --- src/bios/mtrr/mtrr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bios/mtrr/mtrr.c b/src/bios/mtrr/mtrr.c index 38f89fb..15ed37c 100644 --- a/src/bios/mtrr/mtrr.c +++ b/src/bios/mtrr/mtrr.c @@ -493,7 +493,7 @@ static int mtrr_test3(fwts_framework *fw) "\"BIOS and Kernel Developer's Guide for the AMD Athlon 64 and AMD " "Opteron Processors\" (26094 Rev. 3.30 February 2006), section " "\"13.2.1.2 SYSCFG Register\": \"The MtrrFixDramModEn bit should be set " - "to 1 during BIOS initalization of the fixed MTRRs, then cleared to " + "to 1 during BIOS initialization of the fixed MTRRs, then cleared to " "0 for operation.\""); fwts_tag_failed(fw, FWTS_TAG_BIOS); }