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
|
@ -256,7 +256,7 @@ ZTEST(clock_control, test_async_on_stopped)
|
|||
}
|
||||
|
||||
/*
|
||||
* Test checks that that second start returns error.
|
||||
* Test checks that the second start returns error.
|
||||
*/
|
||||
static void test_double_start_on_instance(const struct device *dev,
|
||||
clock_control_subsys_t subsys,
|
||||
|
@ -282,7 +282,7 @@ ZTEST(clock_control, test_double_start)
|
|||
}
|
||||
|
||||
/*
|
||||
* Test checks that that second stop returns 0.
|
||||
* Test checks that the second stop returns 0.
|
||||
* Test precondition: clock is stopped.
|
||||
*/
|
||||
static void test_double_stop_on_instance(const struct device *dev,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue