mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 16:50:55 +08:00
signal: Fix docs and comments related to SIGWORK and its config
Documentation/reference/os/wqueue.rst:
* CONFIG_SIG_SIGWORK: Fix sentence that was cut off in the
middle.
include/signal.h:
* SIGWORK: Fix grammar in comment.
sched/Kconfig:
* config SIG_SIGWORK: Fix ---help--- text to indicate that
this user-configured signal number may be used by various
internal worker threads.
This commit is contained in:
committed by
Xiang Xiao
parent
06215be327
commit
a8cbcd084f
+1
-1
@@ -224,7 +224,7 @@
|
||||
# endif
|
||||
#endif
|
||||
|
||||
/* SIGWORK is used to wake up various internal, NuttX worker thread */
|
||||
/* SIGWORK is used to wake up various internal NuttX worker threads */
|
||||
|
||||
#if defined(CONFIG_SCHED_WORKQUEUE) || defined(CONFIG_PAGING)
|
||||
# ifndef CONFIG_SIG_SIGWORK
|
||||
|
||||
Reference in New Issue
Block a user