Fix some spacing in a comment

This commit is contained in:
Gregory Nutt
2016-02-03 10:33:59 -06:00
parent d2b2cd3415
commit 578402f8b5
+3 -2
View File
@@ -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);