Cosmetic changes from review of pull request

This commit is contained in:
Gregory Nutt
2015-07-31 06:28:29 -06:00
parent 8284e1cdc1
commit 3669292024
3 changed files with 5 additions and 3 deletions
+1 -1
Submodule arch updated: 49469c3de8...ccec1b1ab9
+1 -1
Submodule configs updated: c391d2d30f...797bdb1d00
+3 -1
View File
@@ -805,7 +805,9 @@ static void ftmac100_txdone(FAR struct ftmac100_driver_s *priv)
/* txdes owned by dma */
if (txdes->txdes0 & FTMAC100_TXDES0_TXDMA_OWN)
break;
{
break;
}
/* TODO: check for excessive and late collisions */