Changeset 83512f21 in mainline for kernel/generic/src/synch/waitq.c


Ignore:
Timestamp:
2008-05-12T19:04:13Z (17 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e1f51712
Parents:
ace9358
Message:

More formatting changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/src/synch/waitq.c

    race9358 r83512f21  
    407407 *
    408408 * @param wq            Pointer to wait queue.
    409  * @param mode          If mode is WAKEUP_FIRST, then the longest waitingi
     409 * @param mode          If mode is WAKEUP_FIRST, then the longest waiting
    410410 *                      thread, if any, is woken up. If mode is WAKEUP_ALL, then
    411411 *                      all waiting threads, if any, are woken up. If there are
Note: See TracChangeset for help on using the changeset viewer.