ACK: [PATCH] bios: mpdump: fix trivial indentation issue
Alex Hung
alex.hung at canonical.com
Mon Mar 7 10:17:23 UTC 2016
On 03/03/2016 04:35 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/mpdump.c | 7 ++++---
> 1 file changed, 4 insertions(+), 3 deletions(-)
>
> diff --git a/src/bios/multiproc/mpdump.c b/src/bios/multiproc/mpdump.c
> index 975c9d4..fa28bb4 100644
> --- a/src/bios/multiproc/mpdump.c
> +++ b/src/bios/multiproc/mpdump.c
> @@ -347,9 +347,10 @@ static void mpdump_dump_apics(fwts_framework *fw)
> fwts_log_info_verbatum(fw, " ID Type");
> fwts_list_foreach(entry, &sorted) {
> uint8_t *data = fwts_list_data(uint8_t *, entry);
> - fwts_log_info_verbatum(fw, " %3d %s APIC",
> - mpdump_get_apic_id(data),
> - (*data == FWTS_MP_CPU_ENTRY) ? "CPU Local" : "I/O");
> +
> + fwts_log_info_verbatum(fw, " %3d %s APIC",
> + mpdump_get_apic_id(data),
> + (*data == FWTS_MP_CPU_ENTRY) ? "CPU Local" : "I/O");
> }
> fwts_log_nl(fw);
> fwts_list_free_items(&sorted, NULL);
>
Acked-by: Alex Hung <alex.hung at canonical.com>
More information about the fwts-devel
mailing list