ACK: [PATCH] sbbr/fadt: Clean up indentation of a few lines
ivanhu
ivan.hu at canonical.com
Mon Nov 30 06:02:31 UTC 2020
On 11/26/20 7:25 PM, Colin King wrote:
> From: Colin Ian King <colin.king at canonical.com>
>
> There are a few lines of code that require indentation clean-ups.
> Fix them.
>
> Signed-off-by: Colin Ian King <colin.king at canonical.com>
> ---
> src/sbbr/fadt/fadt.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/src/sbbr/fadt/fadt.c b/src/sbbr/fadt/fadt.c
> index 82044b47..114117a2 100644
> --- a/src/sbbr/fadt/fadt.c
> +++ b/src/sbbr/fadt/fadt.c
> @@ -381,8 +381,8 @@ static int fadt_sbbr_profile_test3(fwts_framework *fw)
> fwts_acpi_fadt_preferred_pm_profile(fadt->preferred_pm_profile));
>
> if ((fadt->preferred_pm_profile == SBBR_ENT_SERVER) ||
> - (fadt->preferred_pm_profile == SBBR_SOHO_SERVER) ||
> - (fadt->preferred_pm_profile == SBBR_PERF_SERVER))
> + (fadt->preferred_pm_profile == SBBR_SOHO_SERVER) ||
> + (fadt->preferred_pm_profile == SBBR_PERF_SERVER))
> fwts_passed(fw, "FADT has a recommended server PM profile.");
> else
> fwts_failed(fw, LOG_LEVEL_MEDIUM, "fadt_profile:", "FADT preferred PM profile is not recommended.");
>
Acked-by: Ivan Hu <ivan.hu at canonical.com>
More information about the fwts-devel
mailing list