everywhere: replace double words
Treewide search and replace on a range of double word combinations: * `the the` * `to to` * `if if` * `that that` * `on on` * `is is` * `from from` Signed-off-by: Jordan Yates <jordan@embeint.com>
This commit is contained in:
parent
b0e327bd9c
commit
07870934e3
125 changed files with 147 additions and 147 deletions
|
@ -19,7 +19,7 @@ config NRF_SOC_SECURE_SUPPORTED
|
|||
def_bool !TRUSTED_EXECUTION_NONSECURE || (BUILD_WITH_TFM && TFM_PARTITION_PLATFORM)
|
||||
depends on !SOC_SERIES_NRF54HX
|
||||
help
|
||||
Hidden function to indicate that that the soc_secure functions are
|
||||
Hidden function to indicate that the soc_secure functions are
|
||||
available.
|
||||
The functions are always available when not in non-secure.
|
||||
For non-secure the functions must redirect to secure services exposed
|
||||
|
|
|
@ -183,7 +183,7 @@ static void cpu_idle_prepare_monitor_begin(void)
|
|||
static bool cpu_idle_prepare_monitor_end(void)
|
||||
{
|
||||
/* The value stored is irrelevant. If any exception took place after
|
||||
* cpu_idle_prepare_monitor_begin, the the local monitor is cleared and
|
||||
* cpu_idle_prepare_monitor_begin, the local monitor is cleared and
|
||||
* the store fails returning 1.
|
||||
* See Arm v8-M Architecture Reference Manual:
|
||||
* Chapter B9.2 The local monitors
|
||||
|
@ -265,7 +265,7 @@ void z_arm_on_enter_cpu_idle_prepare(void)
|
|||
*/
|
||||
rtc_pretick_cc_set_on_time = false;
|
||||
} else {
|
||||
/* The written rtc_pretick_cc is guaranteed to to trigger
|
||||
/* The written rtc_pretick_cc is guaranteed to trigger
|
||||
* compare event.
|
||||
*/
|
||||
rtc_pretick_cc_set_on_time = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue