[Skiboot] [PATCH 2/3] pci: Trivial typo fixes

Russell Currey ruscur at russell.cc
Thu Aug 17 16:04:45 AEST 2017


Signed-off-by: Russell Currey <ruscur at russell.cc>
---
 core/pci.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/core/pci.c b/core/pci.c
index 32767db5..a709e27f 100644
--- a/core/pci.c
+++ b/core/pci.c
@@ -531,7 +531,7 @@ static bool pci_bridge_wait_link(struct phb *phb,
 	}
 
 	/*
-	 * If link state reporting isn't supported, wait 10 seconds
+	 * If link state reporting isn't supported, wait 1 second
 	 * if the downstream link was ever resetted.
 	 */
 	if (!(link_cap & PCICAP_EXP_LCAP_DL_ACT_REP)) {
@@ -556,7 +556,7 @@ static bool pci_bridge_wait_link(struct phb *phb,
 	}
 
 	if (!(link_sts & PCICAP_EXP_LSTAT_DLLL_ACT)) {
-		PCIERR(phb, pd->bdfn, "Timeout waitingfor downstream link\n");
+		PCIERR(phb, pd->bdfn, "Timeout waiting for downstream link\n");
 		return false;
 	}
 
-- 
2.14.1



More information about the Skiboot mailing list