Changeset 205832b in mainline for kernel/test/synch/workqueue2.c


Ignore:
Timestamp:
2012-11-05T15:37:39Z (11 years ago)
Author:
Adam Hraska <adam.hraska+hos@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f048658
Parents:
6b99156
Message:

Replaced 0 with NULL where appropriate (in rcu, cht, uspace hashtable, smp_call, workqueue).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/test/synch/workqueue2.c

    r6b99156 r205832b  
    116116        test_custom_workq_impl(true, "test-workq-stop");
    117117        /* Errors are expected. */
    118         return 0;
     118        return NULL;
    119119}
    120120
     
    122122const char *test_workqueue_all(void)
    123123{
    124         const char *err = 0;
     124        const char *err = NULL;
    125125        const char *res;
    126126       
Note: See TracChangeset for help on using the changeset viewer.