diff --git a/arch/arm/src/lpc17xx/lpc17_ethernet.c b/arch/arm/src/lpc17xx/lpc17_ethernet.c index dc03f96e256..5db862d3c1d 100644 --- a/arch/arm/src/lpc17xx/lpc17_ethernet.c +++ b/arch/arm/src/lpc17xx/lpc17_ethernet.c @@ -1328,8 +1328,9 @@ static int lpc17_interrupt(int irq, void *context) /* Then make sure that the TX poll timer is running (if it is * already running, the following would restart it). This is - * necessary to avoid certain race conditions where the polling sequence can be interrupted. - */ + * necessary to avoid certain race conditions where the polling + * sequence can be interrupted. + */ (void)wd_start(priv->lp_txpoll, LPC17_WDDELAY, lpc17_poll_expiry, 1, priv);