mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +08:00
global change: fix tools/checkpatch.sh warnnings
Change-Id: I88cfa979c44bcaf3a8f6e036c6bfccd3402ca85a Signed-off-by: ligd <liguiding@fishsemi.com>
This commit is contained in:
@@ -193,7 +193,9 @@ volatile dq_queue_t g_waitingforfill;
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_SIG_SIGSTOP_ACTION
|
||||
/* This is the list of all tasks that have been stopped via SIGSTOP or SIGSTP */
|
||||
/* This is the list of all tasks that have been stopped
|
||||
* via SIGSTOP or SIGSTP
|
||||
*/
|
||||
|
||||
volatile dq_queue_t g_stoppedtasks;
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user