diff options
author | Stephen Warren <swarren@nvidia.com> | 2014-07-01 14:22:27 -0600 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2014-07-02 15:45:38 +0200 |
commit | dcb89b5aa0a90f791a594e0177cb144fdccec784 (patch) | |
tree | 06e97923d85d8b06e16bdd6eeed92aaa341df930 /drivers/usb/ulpi | |
parent | 369d3c439a39dea6020e3a5ae25821b0832822da (diff) | |
download | u-boot-imx-dcb89b5aa0a90f791a594e0177cb144fdccec784.zip u-boot-imx-dcb89b5aa0a90f791a594e0177cb144fdccec784.tar.gz u-boot-imx-dcb89b5aa0a90f791a594e0177cb144fdccec784.tar.bz2 |
usb: ci_udc: use var name ep/ci_ep consistently
Almost all of ci_udc.c uses variable name "ep" for a struct usb_ep and
"ci_ep" for a struct ci_ep. This is nice and consistent, and helps people
know what type a variable is without searching for the declaration.
handle_ep_complete() doesn't do this, so fix it to be consistent.
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Diffstat (limited to 'drivers/usb/ulpi')
0 files changed, 0 insertions, 0 deletions