diff mbox

[2/2] acpi: method: fix spelling mistake in comment

Message ID 1385137597-1359-3-git-send-email-colin.king@canonical.com
State Accepted
Headers show

Commit Message

Colin Ian King Nov. 22, 2013, 4:26 p.m. UTC
From: Colin Ian King <colin.king@canonical.com>

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

Comments

Alex Hung Nov. 25, 2013, 8:26 a.m. UTC | #1
On 11/23/2013 12:26 AM, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
>
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> ---
>   src/acpi/method/method.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/acpi/method/method.c b/src/acpi/method/method.c
> index e06992c..d09d8a7 100644
> --- a/src/acpi/method/method.c
> +++ b/src/acpi/method/method.c
> @@ -671,7 +671,7 @@ static void method_test_NULL_return(
>   	/*
>   	 *  In ACPICA SLACK mode null returns can be actually
>   	 *  forced to return ACPI integers. Blame an errata
> -	 *  and Windows compatability for this mess.
> +	 *  and Windows compatibility for this mess.
>   	 */
>   	if (fw->acpica_mode & FWTS_ACPICA_MODE_SLACK) {
>   		if ((buf != NULL) && (buf->Pointer != NULL)) {
>


Acked-by: Alex Hung <alex.hung@canonical.com
Keng-Yu Lin Dec. 2, 2013, 2:46 a.m. UTC | #2
On Sat, Nov 23, 2013 at 12:26 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/method/method.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/acpi/method/method.c b/src/acpi/method/method.c
> index e06992c..d09d8a7 100644
> --- a/src/acpi/method/method.c
> +++ b/src/acpi/method/method.c
> @@ -671,7 +671,7 @@ static void method_test_NULL_return(
>         /*
>          *  In ACPICA SLACK mode null returns can be actually
>          *  forced to return ACPI integers. Blame an errata
> -        *  and Windows compatability for this mess.
> +        *  and Windows compatibility for this mess.
>          */
>         if (fw->acpica_mode & FWTS_ACPICA_MODE_SLACK) {
>                 if ((buf != NULL) && (buf->Pointer != NULL)) {
> --
> 1.8.3.2
>

Acked-by: Keng-Yu Lin <kengyu@canonical.com>
diff mbox

Patch

diff --git a/src/acpi/method/method.c b/src/acpi/method/method.c
index e06992c..d09d8a7 100644
--- a/src/acpi/method/method.c
+++ b/src/acpi/method/method.c
@@ -671,7 +671,7 @@  static void method_test_NULL_return(
 	/*
 	 *  In ACPICA SLACK mode null returns can be actually
 	 *  forced to return ACPI integers. Blame an errata
-	 *  and Windows compatability for this mess.
+	 *  and Windows compatibility for this mess.
 	 */
 	if (fw->acpica_mode & FWTS_ACPICA_MODE_SLACK) {
 		if ((buf != NULL) && (buf->Pointer != NULL)) {