diff options
author | Mickael Maison <mickael.maison@gmail.com> | 2015-03-08 20:26:52 +0100 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2015-03-11 16:19:36 +0100 |
commit | 656e7c36bd70e115266cf280e0ff049506ceb16c (patch) | |
tree | 3d43d9de77c556bf7e3f94a7f51ad4d966be251a /drivers/usb/phy/of.c | |
parent | usb: phy: ab8500: fixed comment typo (diff) | |
download | linux-656e7c36bd70e115266cf280e0ff049506ceb16c.tar.xz linux-656e7c36bd70e115266cf280e0ff049506ceb16c.zip |
usb: phy: fixed comment typo
Fixed a comment typo in drivers/usb/phy/of.c
Signed-off-by: Mickael Maison <mickael.maison@gmail.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to '')
-rw-r--r-- | drivers/usb/phy/of.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/phy/of.c b/drivers/usb/phy/of.c index 7ea0154da9d5..66ffa82457a8 100644 --- a/drivers/usb/phy/of.c +++ b/drivers/usb/phy/of.c @@ -27,7 +27,7 @@ static const char *const usbphy_modes[] = { * @np: Pointer to the given device_node * * The function gets phy interface string from property 'phy_type', - * and returns the correspondig enum usb_phy_interface + * and returns the corresponding enum usb_phy_interface */ enum usb_phy_interface of_usb_get_phy_mode(struct device_node *np) { |