mirror of
https://github.com/apache/nuttx.git
synced 2026-05-22 13:52:22 +08:00
style: Fix "the the" typo across the codebase.
Fix 269 occurrences of duplicate "the" word typo found in 209 files across source code, header files, and configuration. Signed-off-by: Huang Qi <huangqi3@xiaomi.com>
This commit is contained in:
@@ -2519,7 +2519,7 @@ clock_t nxsched_get_next_expired(void);
|
||||
* Description:
|
||||
* Collect data that can be used for CPU load measurements. When
|
||||
* CONFIG_SCHED_CPULOAD_EXTCLK is defined, this is an exported interface,
|
||||
* use the the external clock logic. Otherwise, it is an OS internal
|
||||
* use the external clock logic. Otherwise, it is an OS internal
|
||||
* interface.
|
||||
*
|
||||
* Input Parameters:
|
||||
|
||||
@@ -47,7 +47,7 @@
|
||||
* worker thread.
|
||||
* CONFIG_CS4344_BUFFER_SIZE - Preferred buffer size
|
||||
* CONFIG_CS4344_NUM_BUFFERS - Preferred number of buffers
|
||||
* CONFIG_CS4344_WORKER_STACKSIZE - Stack size to use when creating the the
|
||||
* CONFIG_CS4344_WORKER_STACKSIZE - Stack size to use when creating the
|
||||
* CS4344 worker thread.
|
||||
* CONFIG_CS4344_REGDUMP - Enable logic to dump all CS4344 registers to
|
||||
* the SYSLOG device.
|
||||
|
||||
@@ -49,7 +49,7 @@
|
||||
* worker thread.
|
||||
* CONFIG_CS43L22_BUFFER_SIZE - Preferred buffer size
|
||||
* CONFIG_CS43L22_NUM_BUFFERS - Preferred number of buffers
|
||||
* CONFIG_CS43L22_WORKER_STACKSIZE - Stack size to use when creating the the
|
||||
* CONFIG_CS43L22_WORKER_STACKSIZE - Stack size to use when creating the
|
||||
* CS43L22 worker thread.
|
||||
* CONFIG_CS43L22_REGDUMP - Enable logic to dump all CS43L22 registers to
|
||||
* the SYSLOG device.
|
||||
|
||||
@@ -49,7 +49,7 @@
|
||||
* worker thread.
|
||||
* CONFIG_ES8311_BUFFER_SIZE - Preferred buffer size
|
||||
* CONFIG_ES8311_NUM_BUFFERS - Preferred number of buffers
|
||||
* CONFIG_ES8311_WORKER_STACKSIZE - Stack size to use when creating the the
|
||||
* CONFIG_ES8311_WORKER_STACKSIZE - Stack size to use when creating the
|
||||
* ES8311 worker thread.
|
||||
* CONFIG_ES8311_REGDUMP - Enable logic to dump all ES8311 registers to
|
||||
* the SYSLOG device.
|
||||
|
||||
@@ -49,7 +49,7 @@
|
||||
* worker thread.
|
||||
* CONFIG_ES8388_BUFFER_SIZE - Preferred buffer size
|
||||
* CONFIG_ES8388_NUM_BUFFERS - Preferred number of buffers
|
||||
* CONFIG_ES8388_WORKER_STACKSIZE - Stack size to use when creating the the
|
||||
* CONFIG_ES8388_WORKER_STACKSIZE - Stack size to use when creating the
|
||||
* ES8388 worker thread.
|
||||
* CONFIG_ES8388_REGDUMP - Enable logic to dump all ES8388 registers to
|
||||
* the SYSLOG device.
|
||||
|
||||
@@ -387,7 +387,7 @@ extern "C"
|
||||
* NOTE that one is added to the delay. This is correct and must not be
|
||||
* changed: The contract for the use wdog_start is that the wdog will
|
||||
* delay FOR AT LEAST as long as requested, but may delay longer due to
|
||||
* variety of factors. The wdog logic has no knowledge of the the phase
|
||||
* variety of factors. The wdog logic has no knowledge of the phase
|
||||
* of the system timer when it is started: The next timer interrupt may
|
||||
* occur immediately or may be delayed for almost a full cycle. In order
|
||||
* to meet the contract requirement, the requested time is also always
|
||||
|
||||
@@ -46,7 +46,7 @@
|
||||
* LocalHost UDP socket with the server portof 0x83nn where nn is the
|
||||
* value that was provided when file system was created.
|
||||
* 3. The UserFs will receive system file system requests and forward them
|
||||
* on the the MqUfsReqN to the user-space file system server
|
||||
* on the MqUfsReqN to the user-space file system server
|
||||
* (userfs_run()). These requests may be accompanied by additional data in
|
||||
* an provided request buffer that was provided when the UserFS was
|
||||
* created. This buffer would hold, for example, the data to be
|
||||
|
||||
@@ -121,12 +121,12 @@ extern "C"
|
||||
* Name: tda19988_register
|
||||
*
|
||||
* Description:
|
||||
* Create and register the the TDA19988 driver at 'devpath'
|
||||
* Create and register the TDA19988 driver at 'devpath'
|
||||
*
|
||||
* Input Parameters:
|
||||
* devpath - The location to register the TDA19988 driver instance. The
|
||||
* standard location would be a path like /dev/hdmi0.
|
||||
* lower - The interface to the the TDA19988 lower half driver.
|
||||
* lower - The interface to the TDA19988 lower half driver.
|
||||
*
|
||||
* Returned Value:
|
||||
* On success, non-NULL handle is returned that may be subsequently used
|
||||
|
||||
@@ -185,7 +185,7 @@ struct sock_intf_s
|
||||
|
||||
/* Each socket refers to a connection structure of type FAR void *. Each
|
||||
* socket type will have a different connection structure type bound to its
|
||||
* sockets. The fields at the the beginning of each connection type must
|
||||
* sockets. The fields at the beginning of each connection type must
|
||||
* begin the same content prologue as struct socket_conn_s and must be cast
|
||||
* compatible with struct socket_conn_s. Connection-specific content may
|
||||
* then follow the common prologue fields.
|
||||
|
||||
@@ -202,7 +202,7 @@
|
||||
* CONFIGURATION: CONFIG_NXTERM_NXKBDIN
|
||||
*
|
||||
* CMD: NXTERMIOC_NXTERM_RESIZE
|
||||
* DESCRIPTION: Inform NxTerm keyboard the the size of the window has
|
||||
* DESCRIPTION: Inform NxTerm keyboard the size of the window has
|
||||
* changed
|
||||
* ARG: A reference readable instance of struct nxtermioc_resize_s
|
||||
* CONFIGURATION: CONFIG_NXTERM
|
||||
|
||||
@@ -795,7 +795,7 @@ int pm_wakelock_staycount(FAR struct pm_wakelock_s *wakelock);
|
||||
*
|
||||
* These two steps are separated because the platform-specific IDLE loop
|
||||
* may have additional situational information that is not available to
|
||||
* the the PM sub-system. For example, the IDLE loop may know that the
|
||||
* the PM sub-system. For example, the IDLE loop may know that the
|
||||
* battery charge level is very low and may force lower power states
|
||||
* even if there is activity.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user