[PATCH] pci:crs: fix an indentation error
Alex Hung
alex.hung at canonical.com
Tue May 7 01:45:48 UTC 2019
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.");
--
2.17.1
More information about the fwts-devel
mailing list