From 7a58144ff27001ba1be129fa08cbfb4e7feca2e7 Mon Sep 17 00:00:00 2001 From: Masayuki Ishikawa Date: Fri, 5 Feb 2021 10:21:19 +0900 Subject: [PATCH] boards: imxrt1050-evk: Fix style warnings in imxrt_ethernet.c Summary: - This commit fixes style warnings in imxrt_ethernet.c Impact: - None Testing: - Built with imxrt1050-evk:netnsh Signed-off-by: Masayuki Ishikawa --- boards/arm/imxrt/imxrt1050-evk/src/imxrt_ethernet.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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