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 940d0cb96463c9a80c7030b544a7873f3882cb2d Author: Masayuki Ishikawa <[email protected]> AuthorDate: Fri Feb 5 10:18:21 2021 +0900 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 <[email protected]> --- boards/arm/imxrt/imxrt1020-evk/src/imxrt_ethernet.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/boards/arm/imxrt/imxrt1020-evk/src/imxrt_ethernet.c b/boards/arm/imxrt/imxrt1020-evk/src/imxrt_ethernet.c index 0d2c230..d89299e 100644 --- a/boards/arm/imxrt/imxrt1020-evk/src/imxrt_ethernet.c +++ b/boards/arm/imxrt/imxrt1020-evk/src/imxrt_ethernet.c @@ -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) {
