Bring closer to NuttX coding standard.

This commit is contained in:
Gregory Nutt
2017-03-15 14:16:19 -06:00
parent 7a814ce1dc
commit fc6405d519
2 changed files with 597 additions and 474 deletions
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -353,7 +353,7 @@ static ssize_t ieee802154dev_write(FAR struct file *filep,
if (sem_timedwait(&dev->child->txsem, &timeout)) if (sem_timedwait(&dev->child->txsem, &timeout))
{ {
dbg("Radio Device timedout on Tx\n"); _err("Radio Device timedout on Tx\n");
} }
done: done: