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
|
@ -1506,7 +1506,7 @@ static void friend_lpn_enqueue_tx(struct bt_mesh_friend *frnd,
|
|||
|
||||
if (type == BT_MESH_FRIEND_PDU_SINGLE && !info.ctl) {
|
||||
/* Unsegmented application packets may be reencrypted later,
|
||||
* as they depend on the the sequence number being the same
|
||||
* as they depend on the sequence number being the same
|
||||
* when encrypting in transport and network.
|
||||
*/
|
||||
FRIEND_ADV(buf)->app_idx = tx->ctx->app_idx;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue