diff mbox series

acpi: tpm2: update spec url

Message ID 1511763509-18340-1-git-send-email-alex.hung@canonical.com
State Accepted
Headers show
Series acpi: tpm2: update spec url | expand

Commit Message

Alex Hung Nov. 27, 2017, 6:18 a.m. UTC
Signed-off-by: Alex Hung <alex.hung@canonical.com>
---
 src/acpi/tpm2/tpm2.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Ivan Hu Nov. 29, 2017, 9:34 a.m. UTC | #1
On 11/27/2017 02:18 PM, Alex Hung wrote:
> Signed-off-by: Alex Hung <alex.hung@canonical.com>
> ---
>   src/acpi/tpm2/tpm2.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/src/acpi/tpm2/tpm2.c b/src/acpi/tpm2/tpm2.c
> index dce8dd3..5f41970 100644
> --- a/src/acpi/tpm2/tpm2.c
> +++ b/src/acpi/tpm2/tpm2.c
> @@ -41,7 +41,7 @@ static int tpm2_init(fwts_framework *fw)
>   
>   /*
>    * TPM2 table
> - *   available @ http://www.trustedcomputinggroup.org/files/static_page_files/648D7D46-1A4B-B294-D088037B8F73DAAF/TCG_ACPIGeneralSpecification_1-10_0-37-Published.pdf
> + *   available @ https://trustedcomputinggroup.org/tcg-acpi-specification/
>    */
>   static int tpm2_test1(fwts_framework *fw)
>   {
> 

Acked-by: Ivan Hu <ivan.hu@canonical.com>
Colin Ian King Nov. 29, 2017, 9:38 a.m. UTC | #2
On 27/11/17 06:18, Alex Hung wrote:
> Signed-off-by: Alex Hung <alex.hung@canonical.com>
> ---
>  src/acpi/tpm2/tpm2.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/src/acpi/tpm2/tpm2.c b/src/acpi/tpm2/tpm2.c
> index dce8dd3..5f41970 100644
> --- a/src/acpi/tpm2/tpm2.c
> +++ b/src/acpi/tpm2/tpm2.c
> @@ -41,7 +41,7 @@ static int tpm2_init(fwts_framework *fw)
>  
>  /*
>   * TPM2 table
> - *   available @ http://www.trustedcomputinggroup.org/files/static_page_files/648D7D46-1A4B-B294-D088037B8F73DAAF/TCG_ACPIGeneralSpecification_1-10_0-37-Published.pdf
> + *   available @ https://trustedcomputinggroup.org/tcg-acpi-specification/
>   */
>  static int tpm2_test1(fwts_framework *fw)
>  {
> 

Acked-by: Colin Ian King <colin.king@canonical.com>
diff mbox series

Patch

diff --git a/src/acpi/tpm2/tpm2.c b/src/acpi/tpm2/tpm2.c
index dce8dd3..5f41970 100644
--- a/src/acpi/tpm2/tpm2.c
+++ b/src/acpi/tpm2/tpm2.c
@@ -41,7 +41,7 @@  static int tpm2_init(fwts_framework *fw)
 
 /*
  * TPM2 table
- *   available @ http://www.trustedcomputinggroup.org/files/static_page_files/648D7D46-1A4B-B294-D088037B8F73DAAF/TCG_ACPIGeneralSpecification_1-10_0-37-Published.pdf
+ *   available @ https://trustedcomputinggroup.org/tcg-acpi-specification/
  */
 static int tpm2_test1(fwts_framework *fw)
 {