ACK: [PATCH] bios: mpcheck: fix trivial indentation issue

Alex Hung alex.hung at canonical.com
Mon Mar 7 10:16:22 UTC 2016


On 03/03/2016 04:33 PM, Colin King wrote:
> From: Colin Ian King <colin.king at canonical.com>
>
> fix indentation, no functional change
>
> Signed-off-by: Colin Ian King <colin.king at 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 at canonical.com>



More information about the fwts-devel mailing list