net/: More fixes to wrong comments from old change from the interrupt driven network to the work-queue driven network.

This commit is contained in:
Gregory Nutt
2018-06-23 15:03:01 -06:00
parent aabdc00e8c
commit 1acfac3eb6
15 changed files with 47 additions and 63 deletions
+2 -1
View File
@@ -213,7 +213,8 @@ static bool devif_event_trigger(uint16_t events, uint16_t triggers)
* Configure the pre-allocated callback structures into a free list.
*
* Assumptions:
* This function is called with interrupts disabled.
* Called early in the initialization sequence so that no special
* protection is required.
*
****************************************************************************/