Changeset 2e4e706 in mainline for kernel/generic/src/synch/waitq.c


Ignore:
Timestamp:
2010-05-13T08:51:36Z (14 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c964521
Parents:
9929742
Message:

cstyle changes (no change in functionality)

File:
1 edited

Legend:

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

    r9929742 r2e4e706  
    261261        int rc;
    262262
    263         ASSERT(!PREEMPTION_DISABLED || PARAM_NON_BLOCKING(flags, usec));
     263        ASSERT((!PREEMPTION_DISABLED) || (PARAM_NON_BLOCKING(flags, usec)));
    264264       
    265265        ipl = waitq_sleep_prepare(wq);
Note: See TracChangeset for help on using the changeset viewer.