diff mbox

[9/9] acpi: acpitables: fix typo managment ==> management

Message ID 1348336440-13565-10-git-send-email-colin.king@canonical.com
State Accepted
Headers show

Commit Message

Colin Ian King Sept. 22, 2012, 5:54 p.m. UTC
From: Colin Ian King <colin.king@canonical.com>

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 src/acpi/acpitables/acpitables.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Keng-Yu Lin Sept. 25, 2012, 6:39 a.m. UTC | #1
On Sun, Sep 23, 2012 at 1:54 AM, Colin King <colin.king@canonical.com> wrote:
> From: Colin Ian King <colin.king@canonical.com>
>
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> ---
>  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.");
> --
> 1.7.10.4
>
Acked-by: Keng-Yu Lin <kengyu@canonical.com>
Ivan Hu Sept. 28, 2012, 4:53 a.m. UTC | #2
On 09/23/2012 01:54 AM, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
>
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> ---
>   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.");
>

Acked-by: Ivan Hu <ivan.hu@canonical.com>
diff mbox

Patch

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.");