This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
commit 7a58144ff27001ba1be129fa08cbfb4e7feca2e7 Author: Masayuki Ishikawa <[email protected]> AuthorDate: Fri Feb 5 10:21:19 2021 +0900 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 <[email protected]> --- 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 a3ce308..98921de 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
