diff mbox

[1/2] acpi: HPET: fix typo in HPET description field

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

Commit Message

Colin Ian King July 8, 2015, 9:12 a.m. UTC
From: Colin Ian King <colin.king@canonical.com>

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

Comments

Ivan Hu July 9, 2015, 1:05 a.m. UTC | #1
On 2015年07月08日 17:12, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
>
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> ---
>   src/acpi/hpet/hpet.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/acpi/hpet/hpet.c b/src/acpi/hpet/hpet.c
> index aa1fa9a..b8f82cf 100644
> --- a/src/acpi/hpet/hpet.c
> +++ b/src/acpi/hpet/hpet.c
> @@ -445,7 +445,7 @@ static fwts_framework_minor_test hpet_check_tests[] = {
>   };
>   
>   static fwts_framework_ops hpet_check_ops = {
> -	.description = "HPET IA-PC High Precision Event Timer Tanble tests.",
> +	.description = "HPET IA-PC High Precision Event Timer Table tests.",
>   	.init        = hpet_check_init,
>   	.deinit      = hpet_check_deinit,
>   	.minor_tests = hpet_check_tests
Acked-by: Ivan Hu<ivan.hu@canonical.com>
Alex Hung July 9, 2015, 12:09 p.m. UTC | #2
On 07/08/2015 05:12 PM, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> ---
>  src/acpi/hpet/hpet.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/src/acpi/hpet/hpet.c b/src/acpi/hpet/hpet.c
> index aa1fa9a..b8f82cf 100644
> --- a/src/acpi/hpet/hpet.c
> +++ b/src/acpi/hpet/hpet.c
> @@ -445,7 +445,7 @@ static fwts_framework_minor_test hpet_check_tests[] = {
>  };
>  
>  static fwts_framework_ops hpet_check_ops = {
> -	.description = "HPET IA-PC High Precision Event Timer Tanble tests.",
> +	.description = "HPET IA-PC High Precision Event Timer Table tests.",
>  	.init        = hpet_check_init,
>  	.deinit      = hpet_check_deinit,
>  	.minor_tests = hpet_check_tests
> 

Acked-by: Alex Hung <alex.hung@canonical.com>
diff mbox

Patch

diff --git a/src/acpi/hpet/hpet.c b/src/acpi/hpet/hpet.c
index aa1fa9a..b8f82cf 100644
--- a/src/acpi/hpet/hpet.c
+++ b/src/acpi/hpet/hpet.c
@@ -445,7 +445,7 @@  static fwts_framework_minor_test hpet_check_tests[] = {
 };
 
 static fwts_framework_ops hpet_check_ops = {
-	.description = "HPET IA-PC High Precision Event Timer Tanble tests.",
+	.description = "HPET IA-PC High Precision Event Timer Table tests.",
 	.init        = hpet_check_init,
 	.deinit      = hpet_check_deinit,
 	.minor_tests = hpet_check_tests