diff mbox series

pci:crs: fix an indentation error

Message ID 20190507014548.1385-1-alex.hung@canonical.com
State Accepted
Headers show
Series pci:crs: fix an indentation error | expand

Commit Message

Alex Hung May 7, 2019, 1:45 a.m. UTC
There is no functional change.

Signed-off-by: Alex Hung <alex.hung@canonical.com>
---
 src/pci/crs/crs.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Ivan Hu May 8, 2019, 11:59 a.m. UTC | #1
On 5/7/19 9:45 AM, Alex Hung wrote:
> There is no functional change.
>
> Signed-off-by: Alex Hung <alex.hung@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: Ivan Hu <ivan.hu@canonical.com>
Colin Ian King May 16, 2019, 7:41 a.m. UTC | #2
On 07/05/2019 02:45, Alex Hung wrote:
> There is no functional change.
> 
> Signed-off-by: Alex Hung <alex.hung@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@canonical.com>
diff mbox series

Patch

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.");