Changeset 09ab0a9a in mainline for kernel/test/synch/workq-test-core.h


Ignore:
Timestamp:
2018-09-13T12:05:53Z (7 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
cc74cb5
Parents:
b2aaaa0
git-author:
Jiri Svoboda <jiri@…> (2018-09-13 07:09:46)
git-committer:
Jiri Svoboda <jiri@…> (2018-09-13 12:05:53)
Message:

Fix vertical spacing with new Ccheck revision.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/test/synch/workq-test-core.h

    rb2aaaa0 r09ab0a9a  
    3636#include <synch/workqueue.h>
    3737
    38 
    3938typedef struct test_work {
    4039        work_t work_item;
     
    4645static atomic_t call_cnt[WAVES];
    4746
    48 
    4947/* Fwd decl - implement in your actual test file.. */
    5048static int core_workq_enqueue(work_t *work_item, work_func_t func);
    51 
    5249
    5350static bool new_wave(test_work_t *work)
     
    6259        }
    6360}
    64 
    6561
    6662static int is_pow2(int num)
     
    170166            WAVES, COUNT, exp_call_cnt * WAVES);
    171167
    172 
    173168        core_workq_enqueue(&work->work_item, reproduce);
    174169
     
    200195        }
    201196
    202 
    203197        if (success)
    204198                return NULL;
Note: See TracChangeset for help on using the changeset viewer.