projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b08977
)
usb: phy: fixed comment typo
author
Mickael Maison
<mickael.maison@gmail.com>
Sun, 8 Mar 2015 19:26:52 +0000
(19:26 +0000)
committer
Felipe Balbi
<balbi@ti.com>
Wed, 11 Mar 2015 15:19:36 +0000
(10:19 -0500)
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>
drivers/usb/phy/of.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/usb/phy/of.c
b/drivers/usb/phy/of.c
index 7ea0154da9d55cfbdc2577be053f4478ad0031d2..66ffa82457a8a5c79038f09d4780f4f5a70c85ee 100644
(file)
--- 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 correspondi
n
g enum usb_phy_interface
*/
enum usb_phy_interface of_usb_get_phy_mode(struct device_node *np)
{