ACK: [PATCH] pci:crs: fix an indentation error

Colin Ian King colin.king at canonical.com
Thu May 16 07:41:29 UTC 2019


On 07/05/2019 02:45, Alex Hung wrote:
> There is no functional change.
> 
> Signed-off-by: Alex Hung <alex.hung at canonical.com>
> ---
>  src/pci/crs/crs.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/src/pci/crs/crs.c b/src/pci/crs/crs.c
> index 322ead65..639a7dce 100644
> --- a/src/pci/crs/crs.c
> +++ b/src/pci/crs/crs.c
> @@ -62,7 +62,7 @@ static int crs_test1(fwts_framework *fw)
>  		return FWTS_ERROR;
>  	}
>  
> -        if (fwts_klog_regex_find(fw, klog,
> +	if (fwts_klog_regex_find(fw, klog,
>  		"PCI: Ignoring host bridge windows from ACPI;") > 0) {
>  		if (strstr(cmdline, "pci=nocrs") != NULL) {
>  			fwts_skipped(fw, "Kernel was booted with pci=nocrs, Ignoring host bridge windows _CRS settings from ACPI, skipping test.");
> 
Acked-by: Colin Ian King <colin.king at canonical.com>



More information about the fwts-devel mailing list