diff mbox series

acpi: fix a typo in comment

Message ID 20190122040634.31970-1-alex.hung@canonical.com
State Accepted
Headers show
Series acpi: fix a typo in comment | expand

Commit Message

Alex Hung Jan. 22, 2019, 4:06 a.m. UTC
There are no functional changes

Signed-off-by: Alex Hung <alex.hung@canonical.com>
---
 src/lib/include/fwts_acpi.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Colin Ian King Jan. 22, 2019, 8:56 a.m. UTC | #1
On 22/01/2019 04:06, Alex Hung wrote:
> There are no functional changes
> 
> Signed-off-by: Alex Hung <alex.hung@canonical.com>
> ---
>  src/lib/include/fwts_acpi.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/src/lib/include/fwts_acpi.h b/src/lib/include/fwts_acpi.h
> index 858ce705..074753be 100644
> --- a/src/lib/include/fwts_acpi.h
> +++ b/src/lib/include/fwts_acpi.h
> @@ -1383,7 +1383,7 @@ typedef struct {
>  } __attribute__ ((packed)) fwts_acpi_table_hmat_cache;
>  
>  /*
> - * ACPI PPTT (Platform Debug Trigger Table), 5.2.28
> + * ACPI PDTT (Platform Debug Trigger Table), 5.2.28
>   */
>  typedef struct {
>  	fwts_acpi_table_header	header;
> 

Acked-by: Colin Ian King <colin.king@canonical.com>
Ivan Hu Jan. 28, 2019, 8:01 a.m. UTC | #2
On 1/22/19 12:06 PM, Alex Hung wrote:
> There are no functional changes
> 
> Signed-off-by: Alex Hung <alex.hung@canonical.com>
> ---
>   src/lib/include/fwts_acpi.h | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/src/lib/include/fwts_acpi.h b/src/lib/include/fwts_acpi.h
> index 858ce705..074753be 100644
> --- a/src/lib/include/fwts_acpi.h
> +++ b/src/lib/include/fwts_acpi.h
> @@ -1383,7 +1383,7 @@ typedef struct {
>   } __attribute__ ((packed)) fwts_acpi_table_hmat_cache;
>   
>   /*
> - * ACPI PPTT (Platform Debug Trigger Table), 5.2.28
> + * ACPI PDTT (Platform Debug Trigger Table), 5.2.28
>    */
>   typedef struct {
>   	fwts_acpi_table_header	header;
> 

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

Patch

diff --git a/src/lib/include/fwts_acpi.h b/src/lib/include/fwts_acpi.h
index 858ce705..074753be 100644
--- a/src/lib/include/fwts_acpi.h
+++ b/src/lib/include/fwts_acpi.h
@@ -1383,7 +1383,7 @@  typedef struct {
 } __attribute__ ((packed)) fwts_acpi_table_hmat_cache;
 
 /*
- * ACPI PPTT (Platform Debug Trigger Table), 5.2.28
+ * ACPI PDTT (Platform Debug Trigger Table), 5.2.28
  */
 typedef struct {
 	fwts_acpi_table_header	header;