diff mbox

acpi: tcpa: fix incorrect comments - no functional changes

Message ID 1437037295-17061-1-git-send-email-alex.hung@canonical.com
State Accepted
Headers show

Commit Message

Alex Hung July 16, 2015, 9:01 a.m. UTC
1. remove non-applicable license
2. update link of reference document

Signed-off-by: Alex Hung <alex.hung@canonical.com>
---
 src/acpi/tcpa/tcpa.c | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

Comments

Colin Ian King July 16, 2015, 9:11 a.m. UTC | #1
On 16/07/15 10:01, Alex Hung wrote:
> 1. remove non-applicable license
> 2. update link of reference document
> 
> Signed-off-by: Alex Hung <alex.hung@canonical.com>
> ---
>  src/acpi/tcpa/tcpa.c | 4 +---
>  1 file changed, 1 insertion(+), 3 deletions(-)
> 
> diff --git a/src/acpi/tcpa/tcpa.c b/src/acpi/tcpa/tcpa.c
> index bc801f0..485e2c9 100644
> --- a/src/acpi/tcpa/tcpa.c
> +++ b/src/acpi/tcpa/tcpa.c
> @@ -1,8 +1,6 @@
>  /*
>   * Copyright (C) 2010-2015 Canonical
>   *
> - * Portions of this code original from the Linux-ready Firmware Developer Kit
> - *
>   * This program is free software; you can redistribute it and/or
>   * modify it under the terms of the GNU General Public License
>   * as published by the Free Software Foundation; either version 2
> @@ -185,7 +183,7 @@ static int tcpa_server_test(fwts_framework *fw, fwts_acpi_table_tcpa *tcpa)
>  
>  /*
>   * TCPA table
> - *   available @ https://www.trustedcomputinggroup.org/files/static_page_files/5DB17390-1A4B-B294-D029166C91F3512B/TCG_D-RTM_Architecture_v1%200_Published_06172013.pdf
> + *   available @ http://www.trustedcomputinggroup.org/files/static_page_files/648D7D46-1A4B-B294-D088037B8F73DAAF/TCG_ACPIGeneralSpecification_1-10_0-37-Published.pdf
>   */
>  static int tcpa_test1(fwts_framework *fw)
>  {
> 
Acked-by: Colin Ian King <colin.king@canonical.com>
Ivan Hu July 17, 2015, 6:01 a.m. UTC | #2
On 2015年07月16日 17:01, Alex Hung wrote:
> 1. remove non-applicable license
> 2. update link of reference document
>
> Signed-off-by: Alex Hung <alex.hung@canonical.com>
> ---
>   src/acpi/tcpa/tcpa.c | 4 +---
>   1 file changed, 1 insertion(+), 3 deletions(-)
>
> diff --git a/src/acpi/tcpa/tcpa.c b/src/acpi/tcpa/tcpa.c
> index bc801f0..485e2c9 100644
> --- a/src/acpi/tcpa/tcpa.c
> +++ b/src/acpi/tcpa/tcpa.c
> @@ -1,8 +1,6 @@
>   /*
>    * Copyright (C) 2010-2015 Canonical
>    *
> - * Portions of this code original from the Linux-ready Firmware Developer Kit
> - *
>    * This program is free software; you can redistribute it and/or
>    * modify it under the terms of the GNU General Public License
>    * as published by the Free Software Foundation; either version 2
> @@ -185,7 +183,7 @@ static int tcpa_server_test(fwts_framework *fw, fwts_acpi_table_tcpa *tcpa)
>   
>   /*
>    * TCPA table
> - *   available @ https://www.trustedcomputinggroup.org/files/static_page_files/5DB17390-1A4B-B294-D029166C91F3512B/TCG_D-RTM_Architecture_v1%200_Published_06172013.pdf
> + *   available @ http://www.trustedcomputinggroup.org/files/static_page_files/648D7D46-1A4B-B294-D088037B8F73DAAF/TCG_ACPIGeneralSpecification_1-10_0-37-Published.pdf
>    */
>   static int tcpa_test1(fwts_framework *fw)
>   {

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

Patch

diff --git a/src/acpi/tcpa/tcpa.c b/src/acpi/tcpa/tcpa.c
index bc801f0..485e2c9 100644
--- a/src/acpi/tcpa/tcpa.c
+++ b/src/acpi/tcpa/tcpa.c
@@ -1,8 +1,6 @@ 
 /*
  * Copyright (C) 2010-2015 Canonical
  *
- * Portions of this code original from the Linux-ready Firmware Developer Kit
- *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
  * as published by the Free Software Foundation; either version 2
@@ -185,7 +183,7 @@  static int tcpa_server_test(fwts_framework *fw, fwts_acpi_table_tcpa *tcpa)
 
 /*
  * TCPA table
- *   available @ https://www.trustedcomputinggroup.org/files/static_page_files/5DB17390-1A4B-B294-D029166C91F3512B/TCG_D-RTM_Architecture_v1%200_Published_06172013.pdf
+ *   available @ http://www.trustedcomputinggroup.org/files/static_page_files/648D7D46-1A4B-B294-D088037B8F73DAAF/TCG_ACPIGeneralSpecification_1-10_0-37-Published.pdf
  */
 static int tcpa_test1(fwts_framework *fw)
 {