summaryrefslogtreecommitdiffstats
path: root/cpu/ppc4xx/4xx_pcie.c
diff options
context:
space:
mode:
authorPeter Tyser <ptyser@xes-inc.com>2010-01-17 15:38:26 -0600
committerWolfgang Denk <wd@denx.de>2010-01-17 23:06:44 +0100
commit64917ca38933d10b3763f61df7a1e58e1e127b52 (patch)
tree1f2b2e4f7160311b5c6c75110e9e6623f5dbf43c /cpu/ppc4xx/4xx_pcie.c
parent6a45e384955262882375a2785426dc65aeb636c4 (diff)
downloadtalos-obmc-uboot-64917ca38933d10b3763f61df7a1e58e1e127b52.tar.gz
talos-obmc-uboot-64917ca38933d10b3763f61df7a1e58e1e127b52.zip
PCIe, USB: Replace 'end point' references with 'endpoint'
When referring to PCIe and USB 'endpoint' is the standard naming convention. Signed-off-by: Peter Tyser <ptyser@xes-inc.com> Acked-by: Stefan Roese <sr@denx.de> Acked-by: Remy Bohmer <linux@bohmer.net>
Diffstat (limited to 'cpu/ppc4xx/4xx_pcie.c')
-rw-r--r--cpu/ppc4xx/4xx_pcie.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpu/ppc4xx/4xx_pcie.c b/cpu/ppc4xx/4xx_pcie.c
index d9605c30b5..f3b921477b 100644
--- a/cpu/ppc4xx/4xx_pcie.c
+++ b/cpu/ppc4xx/4xx_pcie.c
@@ -924,7 +924,7 @@ static inline u64 ppc4xx_get_cfgaddr(int port)
}
/*
- * 4xx boards as end point and root point setup
+ * 4xx boards as endpoint and root point setup
* and
* testing inbound and out bound windows
*
@@ -940,7 +940,7 @@ static inline u64 ppc4xx_get_cfgaddr(int port)
*
* Once your board came up as root point , you can verify by reading
* /proc/bus/pci/devices. Where you can see the configuration registers
- * of end point device attached to the port.
+ * of endpoint device attached to the port.
*
* Enpoint cofiguration can be verified by connecting 4xx board to any
* host or another 4xx board. Then try to scan the device. In case of
OpenPOWER on IntegriCloud