Changeset 09ab0a9a in mainline for kernel/test/synch/workqueue2.c


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/workqueue2.c

    rb2aaaa0 r09ab0a9a  
    3232#include <synch/workqueue.h>
    3333
    34 
    3534#define WAVES 10
    3635#define COUNT_POW 12
     
    4544#include "workq-test-core.h"
    4645
    47 
    4846/*-------------------------------------------------------------------*/
    4947
     
    5654        TPRINTF("basic_test_work()");
    5755}
    58 
    5956
    6057static void basic_test(void)
     
    7471/*-------------------------------------------------------------------*/
    7572
    76 
    7773struct work_queue *workq = NULL;
    7874
     
    8278}
    8379/*-------------------------------------------------------------------*/
    84 
    8580
    8681static const char *test_custom_workq_impl(bool stop, const char *qname)
     
    108103}
    109104
    110 
    111105static const char *test_custom_workq_stop(void)
    112106{
     
    117111        return NULL;
    118112}
    119 
    120113
    121114const char *test_workqueue_all(void)
Note: See TracChangeset for help on using the changeset viewer.