diff mbox

acpi: s3: fix spelling mistake

Message ID 1405696632-6603-1-git-send-email-colin.king@canonical.com
State Accepted
Headers show

Commit Message

Colin Ian King July 18, 2014, 3:17 p.m. UTC
From: Colin Ian King <colin.king@canonical.com>

intettupts --> interrupts

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

Comments

Alex Hung July 22, 2014, 8:27 a.m. UTC | #1
On 07/18/2014 11:17 PM, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
>
> intettupts --> interrupts
>
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> ---
>   src/acpi/s3/s3.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/acpi/s3/s3.c b/src/acpi/s3/s3.c
> index 1d7c35b..adcd188 100644
> --- a/src/acpi/s3/s3.c
> +++ b/src/acpi/s3/s3.c
> @@ -620,7 +620,7 @@ static int s3_do_suspend_resume(fwts_framework *fw,
>   			fwts_advice(fw,
>   				"Detected AMD with C1E enabled. The AMD C1E idle wait can sometimes "
>   				"produce long delays on resume.  This is a known issue with the "
> -				"failed delivery of intettupts while in deep C states. "
> +				"failed delivery of interrupts while in deep C states. "
>   				"If you have a BIOS option to disable C1E please disable this and retry. "
>   				"Alternatively, re-test with the kernel parameter \"idle=mwait\". ");
>   	}
>

Acked-by: Alex Hung <alex.hung@canonical.com>
Ivan Hu July 22, 2014, 8:58 a.m. UTC | #2
On 07/18/2014 11:17 PM, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
>
> intettupts --> interrupts
>
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> ---
>   src/acpi/s3/s3.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/acpi/s3/s3.c b/src/acpi/s3/s3.c
> index 1d7c35b..adcd188 100644
> --- a/src/acpi/s3/s3.c
> +++ b/src/acpi/s3/s3.c
> @@ -620,7 +620,7 @@ static int s3_do_suspend_resume(fwts_framework *fw,
>   			fwts_advice(fw,
>   				"Detected AMD with C1E enabled. The AMD C1E idle wait can sometimes "
>   				"produce long delays on resume.  This is a known issue with the "
> -				"failed delivery of intettupts while in deep C states. "
> +				"failed delivery of interrupts while in deep C states. "
>   				"If you have a BIOS option to disable C1E please disable this and retry. "
>   				"Alternatively, re-test with the kernel parameter \"idle=mwait\". ");
>   	}
>

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

Patch

diff --git a/src/acpi/s3/s3.c b/src/acpi/s3/s3.c
index 1d7c35b..adcd188 100644
--- a/src/acpi/s3/s3.c
+++ b/src/acpi/s3/s3.c
@@ -620,7 +620,7 @@  static int s3_do_suspend_resume(fwts_framework *fw,
 			fwts_advice(fw,
 				"Detected AMD with C1E enabled. The AMD C1E idle wait can sometimes "
 				"produce long delays on resume.  This is a known issue with the "
-				"failed delivery of intettupts while in deep C states. "
+				"failed delivery of interrupts while in deep C states. "
 				"If you have a BIOS option to disable C1E please disable this and retry. "
 				"Alternatively, re-test with the kernel parameter \"idle=mwait\". ");
 	}