aboutsummaryrefslogtreecommitdiff
path: root/core/pci.c
diff options
context:
space:
mode:
authorRussell Currey <ruscur@russell.cc>2017-08-17 16:04:45 +1000
committerStewart Smith <stewart@linux.vnet.ibm.com>2017-08-21 11:58:19 +1000
commitc8d212e3bc079fa76b5c4c633b423a70f7e1772a (patch)
tree14ce464ab469ea00d624932ffc7d8ebd9673f4d2 /core/pci.c
parentf77837bda34f4ad68ba0c5723a4e2fafa8a9e017 (diff)
downloadskiboot-c8d212e3bc079fa76b5c4c633b423a70f7e1772a.zip
skiboot-c8d212e3bc079fa76b5c4c633b423a70f7e1772a.tar.gz
skiboot-c8d212e3bc079fa76b5c4c633b423a70f7e1772a.tar.bz2
pci: Trivial typo fixes
Signed-off-by: Russell Currey <ruscur@russell.cc> Reviewed-by: Andrew Donnellan <andrew.donnellan@au1.ibm.com> Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'core/pci.c')
-rw-r--r--core/pci.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/pci.c b/core/pci.c
index 32767db..a709e27 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;
}