ACK: [PATCH] acpi/madt: clean up indentation issue, remove tab
ivanhu
ivan.hu at canonical.com
Wed Jan 16 01:58:52 UTC 2019
On 1/15/19 7:15 PM, Colin King wrote:
> From: Colin Ian King <colin.king at canonical.com>
>
> There is a statement that is indented one level too deeply, fix this
> by removing a tab.
>
> Signed-off-by: Colin Ian King <colin.king at canonical.com>
> ---
> src/acpi/madt/madt.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/acpi/madt/madt.c b/src/acpi/madt/madt.c
> index 8367acee..29fa56fd 100644
> --- a/src/acpi/madt/madt.c
> +++ b/src/acpi/madt/madt.c
> @@ -318,7 +318,7 @@ static ACPI_OBJECT_TYPE madt_find_processor_uid(fwts_framework *fw,
> "UID 0x%" PRIx64 " which signifies "
> "that this applies to all processors "
> "in the machine.", table_name, uid);
> - return listint->type;
> + return listint->type;
> }
> }
>
Acked-by: Ivan Hu <ivan.hu at canonical.com>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 473 bytes
Desc: OpenPGP digital signature
URL: <https://lists.ubuntu.com/archives/fwts-devel/attachments/20190116/18495c46/attachment.sig>
More information about the fwts-devel
mailing list