Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Mickael Maison and committed by
Felipe Balbi
656e7c36 2b08977b

+1 -1
+1 -1
drivers/usb/phy/of.c
··· 27 27 * @np: Pointer to the given device_node 28 28 * 29 29 * The function gets phy interface string from property 'phy_type', 30 - * and returns the correspondig enum usb_phy_interface 30 + * and returns the corresponding enum usb_phy_interface 31 31 */ 32 32 enum usb_phy_interface of_usb_get_phy_mode(struct device_node *np) 33 33 {