Those two line are the only thing that checkpatch is complaining about. Wrap them to slince it. No functional change intended. Signed-off-by: Andrey Smirnov <andrew.smirnov@xxxxxxxxx> --- drivers/usb/imx/imx-usb-phy.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/drivers/usb/imx/imx-usb-phy.c b/drivers/usb/imx/imx-usb-phy.c index df7e192d3..01bf04b67 100644 --- a/drivers/usb/imx/imx-usb-phy.c +++ b/drivers/usb/imx/imx-usb-phy.c @@ -72,7 +72,8 @@ static int imx_usbphy_phy_init(struct phy *phy) static int imx_usbphy_notify_connect(struct usb_phy *phy, enum usb_device_speed speed) { - struct imx_usbphy *imxphy = container_of(phy, struct imx_usbphy, usb_phy); + struct imx_usbphy *imxphy = container_of(phy, struct imx_usbphy, + usb_phy); if (speed == USB_SPEED_HIGH) { writel(BM_USBPHY_CTRL_ENHOSTDISCONDETECT, @@ -85,7 +86,8 @@ static int imx_usbphy_notify_connect(struct usb_phy *phy, static int imx_usbphy_notify_disconnect(struct usb_phy *phy, enum usb_device_speed speed) { - struct imx_usbphy *imxphy = container_of(phy, struct imx_usbphy, usb_phy); + struct imx_usbphy *imxphy = container_of(phy, struct imx_usbphy, + usb_phy); writel(BM_USBPHY_CTRL_ENHOSTDISCONDETECT, imxphy->base + HW_USBPHY_CTRL_CLR); -- 2.21.0 _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox