summaryrefslogtreecommitdiffstats
path: root/drivers/usb
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 /drivers/usb
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 'drivers/usb')
-rw-r--r--drivers/usb/musb/musb_core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/musb/musb_core.h b/drivers/usb/musb/musb_core.h
index f0f0301bd1..9a1fb4f316 100644
--- a/drivers/usb/musb/musb_core.h
+++ b/drivers/usb/musb/musb_core.h
@@ -133,7 +133,7 @@ struct musb_regs {
u8 rxhubport;
} tar[16];
/*
- * end point registers
+ * endpoint registers
* ep0 elements are valid when array index is 0
* otherwise epN is valid
*/
OpenPOWER on IntegriCloud