diff mbox

bios: mpcheck: fix trivial indentation issue

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

Commit Message

Colin Ian King March 4, 2016, 12:33 a.m. UTC
From: Colin Ian King <colin.king@canonical.com>

fix indentation, no functional change

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

Comments

Ivan Hu March 4, 2016, 7:54 a.m. UTC | #1
On 2016年03月04日 08:33, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
>
> fix indentation, no functional change
>
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> ---
>   src/bios/multiproc/mpcheck.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/bios/multiproc/mpcheck.c b/src/bios/multiproc/mpcheck.c
> index a36a059..aa68279 100644
> --- a/src/bios/multiproc/mpcheck.c
> +++ b/src/bios/multiproc/mpcheck.c
> @@ -92,7 +92,7 @@ static int mpcheck_test_cpu_entries(fwts_framework *fw)
>   								"0x%2.2" PRIx8 ".",
>   								n, phys_addr1, m, phys_addr2,
>   								cpu_entry1->local_apic_id);
> -								failed = true;
> +							failed = true;
>   							break;
>   						}
>   					}
Acked-by: Ivan Hu <ivan.hu@canonical.com>
Alex Hung March 7, 2016, 10:16 a.m. UTC | #2
On 03/03/2016 04:33 PM, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
>
> fix indentation, no functional change
>
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> ---
>   src/bios/multiproc/mpcheck.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/bios/multiproc/mpcheck.c b/src/bios/multiproc/mpcheck.c
> index a36a059..aa68279 100644
> --- a/src/bios/multiproc/mpcheck.c
> +++ b/src/bios/multiproc/mpcheck.c
> @@ -92,7 +92,7 @@ static int mpcheck_test_cpu_entries(fwts_framework *fw)
>   								"0x%2.2" PRIx8 ".",
>   								n, phys_addr1, m, phys_addr2,
>   								cpu_entry1->local_apic_id);
> -								failed = true;
> +							failed = true;
>   							break;
>   						}
>   					}
>

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

Patch

diff --git a/src/bios/multiproc/mpcheck.c b/src/bios/multiproc/mpcheck.c
index a36a059..aa68279 100644
--- a/src/bios/multiproc/mpcheck.c
+++ b/src/bios/multiproc/mpcheck.c
@@ -92,7 +92,7 @@  static int mpcheck_test_cpu_entries(fwts_framework *fw)
 								"0x%2.2" PRIx8 ".",
 								n, phys_addr1, m, phys_addr2,
 								cpu_entry1->local_apic_id);
-								failed = true;
+							failed = true;
 							break;
 						}
 					}