diff mbox series

bios: smm: fix indentation

Message ID 20210823212458.2398774-1-alex.hung@canonical.com
State Accepted
Headers show
Series bios: smm: fix indentation | expand

Commit Message

Alex Hung Aug. 23, 2021, 9:24 p.m. UTC
Also remove incorrect claims in license header.

Signed-off-by: Alex Hung <alex.hung@canonical.com>
---
 src/bios/smm/smm.c | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

Comments

Colin Ian King Aug. 24, 2021, 1:23 p.m. UTC | #1
On 23/08/2021 22:24, Alex Hung wrote:
> Also remove incorrect claims in license header.
> 
> Signed-off-by: Alex Hung <alex.hung@canonical.com>
> ---
>  src/bios/smm/smm.c | 6 ++----
>  1 file changed, 2 insertions(+), 4 deletions(-)
> 
> diff --git a/src/bios/smm/smm.c b/src/bios/smm/smm.c
> index 990c7bd4..24ca126e 100644
> --- a/src/bios/smm/smm.c
> +++ b/src/bios/smm/smm.c
> @@ -1,8 +1,6 @@
>  /*
>   * Copyright (C) 2021 Canonical
>   *
> - * This code was originally part of 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
> @@ -28,10 +26,10 @@
>  
>  #define FWTS_INTEL_HOST_PATH	"/sys/bus/pci/devices/0000:00:00.0/config"
>  
> -#define FWTS_GGC			0x50
> +#define FWTS_GGC		0x50
>  #define FWTS_TSEGMB		0xB8
>  #define FWTS_TOLUD		0xBC
> -#define FWTS_LOCK_FIELD	0x01
> +#define FWTS_LOCK_FIELD		0x01
>  
>  static int smm_init(fwts_framework *fw)
>  {
> 
Acked-by: Colin Ian King <colin.king@canonical.com>
Ivan Hu Aug. 25, 2021, 1:18 a.m. UTC | #2
On 8/24/21 5:24 AM, Alex Hung wrote:
> Also remove incorrect claims in license header.
> 
> Signed-off-by: Alex Hung <alex.hung@canonical.com>
> ---
>  src/bios/smm/smm.c | 6 ++----
>  1 file changed, 2 insertions(+), 4 deletions(-)
> 
> diff --git a/src/bios/smm/smm.c b/src/bios/smm/smm.c
> index 990c7bd4..24ca126e 100644
> --- a/src/bios/smm/smm.c
> +++ b/src/bios/smm/smm.c
> @@ -1,8 +1,6 @@
>  /*
>   * Copyright (C) 2021 Canonical
>   *
> - * This code was originally part of 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
> @@ -28,10 +26,10 @@
>  
>  #define FWTS_INTEL_HOST_PATH	"/sys/bus/pci/devices/0000:00:00.0/config"
>  
> -#define FWTS_GGC			0x50
> +#define FWTS_GGC		0x50
>  #define FWTS_TSEGMB		0xB8
>  #define FWTS_TOLUD		0xBC
> -#define FWTS_LOCK_FIELD	0x01
> +#define FWTS_LOCK_FIELD		0x01
>  
>  static int smm_init(fwts_framework *fw)
>  {
> 


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

Patch

diff --git a/src/bios/smm/smm.c b/src/bios/smm/smm.c
index 990c7bd4..24ca126e 100644
--- a/src/bios/smm/smm.c
+++ b/src/bios/smm/smm.c
@@ -1,8 +1,6 @@ 
 /*
  * Copyright (C) 2021 Canonical
  *
- * This code was originally part of 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
@@ -28,10 +26,10 @@ 
 
 #define FWTS_INTEL_HOST_PATH	"/sys/bus/pci/devices/0000:00:00.0/config"
 
-#define FWTS_GGC			0x50
+#define FWTS_GGC		0x50
 #define FWTS_TSEGMB		0xB8
 #define FWTS_TOLUD		0xBC
-#define FWTS_LOCK_FIELD	0x01
+#define FWTS_LOCK_FIELD		0x01
 
 static int smm_init(fwts_framework *fw)
 {