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
|
@ -729,7 +729,7 @@ static void test_invalid_send_cmd(void)
|
|||
}
|
||||
}
|
||||
|
||||
/* Helper function to write commands to to the control point, including the
|
||||
/* Helper function to write commands to the control point, including the
|
||||
* flag handling.
|
||||
* Will FAIL on error to send the command.
|
||||
* Will WAIT for the required flags before returning.
|
||||
|
|
|
@ -595,7 +595,7 @@ static bool test_verify_media_state_wait_flags(uint8_t expected_state)
|
|||
return true;
|
||||
}
|
||||
|
||||
/* Helper function to write commands to to the control point, including the
|
||||
/* Helper function to write commands to the control point, including the
|
||||
* flag handling.
|
||||
* Will FAIL on error to send the command.
|
||||
* Will WAIT for the required flags before returning.
|
||||
|
|
|
@ -19,7 +19,7 @@ LOG_MODULE_REGISTER(connecter, LOG_LEVEL_INF);
|
|||
* before starting over.
|
||||
*
|
||||
* This app is added to the simulation simply to exercise the
|
||||
* the DUT's connectable advertiser.
|
||||
* DUT's connectable advertiser.
|
||||
*
|
||||
* Multiple instances of this app are added to the simulation,
|
||||
* to exercise BT_MAX_CONN of the DUT.
|
||||
|
|
|
@ -1649,7 +1649,7 @@ static const struct bst_test_instance test_dfu[] = {
|
|||
TEST_CASE(dist, dfu_slot_reservation,
|
||||
"Distributor checks that the correct number of slots can be reserved"),
|
||||
TEST_CASE(dist, dfu_slot_idempotency,
|
||||
"Distributor checks that the the DFU slot APIs are idempotent"),
|
||||
"Distributor checks that the DFU slot APIs are idempotent"),
|
||||
TEST_CASE(cli, stop, "DFU Client stops at configured point of Firmware Distribution"),
|
||||
TEST_CASE(cli, fail_on_persistency, "DFU Client doesn't give up DFU Transfer"),
|
||||
TEST_CASE(cli, all_targets_lost_on_metadata,
|
||||
|
|
|
@ -7,7 +7,7 @@ source $(dirname "${BASH_SOURCE[0]}")/../../_mesh_test.sh
|
|||
# Check that disabling LPN gives correct behaviour.
|
||||
#
|
||||
# In this test the lpn node will enable the lpn feature, and then immediately
|
||||
# disables it again. Then we check that that the lpn node is actually in a
|
||||
# disables it again. Then we check that the lpn node is actually in a
|
||||
# disabled state. This test ensures that a lpn disable call is not overwritten
|
||||
# by a subsequent lpn enable call, since the enable call is associated with
|
||||
# internal callback structures that might produce incorrect internal state
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
source $(dirname "${BASH_SOURCE[0]}")/../../_mesh_test.sh
|
||||
|
||||
# Test that the the LCD server model is able to split the
|
||||
# Test that the LCD server model is able to split the
|
||||
# metadata when the total size exceeds the maximum access message size.
|
||||
#
|
||||
# Test procedure:
|
||||
|
|
|
@ -6,7 +6,7 @@ source $(dirname "${BASH_SOURCE[0]}")/../../_mesh_test.sh
|
|||
|
||||
# Test a node re-provisioning through Remote Provisioning models. Procedure:
|
||||
# 1. Device (prov_device_pb_remote_client_server_same_dev) provisions it self
|
||||
# and start scanning for an upprovisioned device, and provisions the the
|
||||
# and start scanning for an upprovisioned device, and provisions the
|
||||
# second device (prov_device_pb_remote_server_same_dev) with local RPR server.
|
||||
# 2. The first device (prov_device_pb_remote_client_server_same_dev) execute
|
||||
# device key refresh procedure the second device (prov_device_pb_remote_server_same_dev).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue