Loading drivers/usb/phy/of.c +1 −1 Original line number Diff line number Diff line Loading @@ -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) { Loading Loading
drivers/usb/phy/of.c +1 −1 Original line number Diff line number Diff line Loading @@ -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) { Loading