boards: imxrt1020-evk: Fix style warnings in imxrt_ethernet.c

Summary:
- This commit fixes style warnings in imxrt_ethernet.c

Impact:
- None

Testing:
- Built with imxrt1020-evk:netnsh

Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com>
This commit is contained in:
Masayuki Ishikawa 2021-02-05 10:18:21 +09:00 committed by Xiang Xiao
parent dabd835bb7
commit 940d0cb964

View File

@ -108,11 +108,11 @@ static void imxrt_enet_phy_enable(bool enable)
}
#endif
/*****************************************************************************
/****************************************************************************
* Public Functions
*****************************************************************************/
****************************************************************************/
/*****************************************************************************
/****************************************************************************
* Function: imxrt_phy_boardinitialize
*
* Description:
@ -129,7 +129,7 @@ static void imxrt_enet_phy_enable(bool enable)
* Returned Value:
* OK on success; Negated errno on failure.
*
*****************************************************************************/
****************************************************************************/
int imxrt_phy_boardinitialize(int intf)
{