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 <Masayuki.Ishikawa@jp.sony.com>
This commit is contained in:
Masayuki Ishikawa 2021-02-05 10:21:19 +09:00 committed by Xiang Xiao
parent 940d0cb964
commit 7a58144ff2
1 changed files with 2 additions and 1 deletions

View File

@ -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