From patchwork Sat Sep 22 17:54:00 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Colin Ian King X-Patchwork-Id: 186154 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from chlorine.canonical.com (chlorine.canonical.com [91.189.94.204]) by ozlabs.org (Postfix) with ESMTP id 3B1B52C0095 for ; Sun, 23 Sep 2012 03:54:11 +1000 (EST) Received: from localhost ([127.0.0.1] helo=chlorine.canonical.com) by chlorine.canonical.com with esmtp (Exim 4.71) (envelope-from ) id 1TFTrp-0006WP-JT; Sat, 22 Sep 2012 17:51:49 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by chlorine.canonical.com with esmtp (Exim 4.71) (envelope-from ) id 1TFTrl-0006Vb-MW for fwts-devel@lists.ubuntu.com; Sat, 22 Sep 2012 17:51:45 +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 1TFTu2-0002Du-1u for fwts-devel@lists.ubuntu.com; Sat, 22 Sep 2012 17:54:06 +0000 From: Colin King To: fwts-devel@lists.ubuntu.com Subject: [PATCH 9/9] acpi: acpitables: fix typo managment ==> management Date: Sat, 22 Sep 2012 18:54:00 +0100 Message-Id: <1348336440-13565-10-git-send-email-colin.king@canonical.com> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: <1348336440-13565-1-git-send-email-colin.king@canonical.com> References: <1348336440-13565-1-git-send-email-colin.king@canonical.com> X-BeenThere: fwts-devel@lists.ubuntu.com X-Mailman-Version: 2.1.13 Precedence: list List-Id: Firmware Test Suite Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: fwts-devel-bounces@lists.ubuntu.com Errors-To: fwts-devel-bounces@lists.ubuntu.com From: Colin Ian King Signed-off-by: Colin Ian King Acked-by: Keng-Yu Lin Acked-by: Ivan Hu --- src/acpi/acpitables/acpitables.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/acpi/acpitables/acpitables.c b/src/acpi/acpitables/acpitables.c index d797672..73c06a9 100644 --- a/src/acpi/acpitables/acpitables.c +++ b/src/acpi/acpitables/acpitables.c @@ -138,7 +138,7 @@ static void acpi_table_check_fadt(fwts_framework *fw, fwts_acpi_table_info *tabl "S4BIOS_REQ, PSTATE_CNT and CST_CNT are defined which means SMI_CMD should be " "defined otherwise SMI commands cannot be sent."); fwts_advice(fw, "The configuration seems to suggest that SMI command should be defined to " - "allow the kernel to trigger system managment interrupts via the SMD_CMD port. " + "allow the kernel to trigger system management interrupts via the SMD_CMD port. " "The fact that SMD_CMD is zero which is invalid means that SMIs are not possible " "through the normal ACPI mechanisms. This means some firmware based machine " "specific functions will not work.");