diff --git a/boards/arm/imxrt/imxrt1050-evk/src/imxrt_ethernet.c b/boards/arm/imxrt/imxrt1050-evk/src/imxrt_ethernet.c index a3ce30801c1..98921dede13 100644 --- a/boards/arm/imxrt/imxrt1050-evk/src/imxrt_ethernet.c +++ b/boards/arm/imxrt/imxrt1050-evk/src/imxrt_ethernet.c @@ -121,7 +121,8 @@ static void imxrt_enet_phy_enable(bool enable) * Description: * Some boards require specialized initialization of the PHY before it can * be used. - * This may include such things as configuring GPIOs, resetting the PHY, etc. + * This may include such things as configuring GPIOs, resetting the PHY, + * etc. * If CONFIG_IMXRT_ENET_PHYINIT is defined in the configuration then the * board specific logic must provide imxrt_phyinitialize(); * The i.MX RT Ethernet driver will call this function one time before it