mirror of
https://github.com/apache/nuttx.git
synced 2026-09-14 06:30:31 +00:00
global change: fix tools/checkpatch.sh warnnings
Change-Id: I88cfa979c44bcaf3a8f6e036c6bfccd3402ca85a Signed-off-by: ligd <liguiding@fishsemi.com>
This commit is contained in:
parent
231ad202ee
commit
cbf31bca5c
25 changed files with 188 additions and 124 deletions
|
|
@ -66,8 +66,8 @@
|
|||
* (which runs at the lowest of priority and may not be appropriate
|
||||
* if memory reclamation is of high priority). If CONFIG_SCHED_HPWORK
|
||||
* is enabled, then the following options can also be used:
|
||||
* CONFIG_SCHED_HPNTHREADS - The number of thread in the high-priority queue's
|
||||
* thread pool. Default: 1
|
||||
* CONFIG_SCHED_HPNTHREADS - The number of thread in the high-priority
|
||||
* queue's thread pool. Default: 1
|
||||
* CONFIG_SCHED_HPWORKPRIORITY - The execution priority of the high-
|
||||
* priority worker thread. Default: 224
|
||||
* CONFIG_SCHED_HPWORKSTACKSIZE - The stack size allocated for the worker
|
||||
|
|
@ -379,8 +379,8 @@ int work_queue(int qid, FAR struct work_s *work, worker_t worker,
|
|||
*
|
||||
* Description:
|
||||
* Cancel previously queued work. This removes work from the work queue.
|
||||
* After work has been cancelled, it may be re-queue by calling work_queue()
|
||||
* again.
|
||||
* After work has been cancelled, it may be re-queue by calling
|
||||
* work_queue() again.
|
||||
*
|
||||
* Input Parameters:
|
||||
* qid - The work queue ID
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue