Run codespell -w with the latest dictonary again

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao
2020-02-23 16:50:23 +08:00
committed by Abdelatif Guettouche
parent 55a7dfc9a7
commit cde88cabcc
1532 changed files with 3117 additions and 3117 deletions
+1 -1
View File
@@ -566,7 +566,7 @@ static uint8_t disconnected_cb(FAR const struct bt_gatt_attr_s *attr,
memset(&ccc->value, 0, sizeof(ccc->value));
ccc->cfg_changed(ccc->value);
wlinfo("ccc %p reseted\n", ccc);
wlinfo("ccc %p reset\n", ccc);
return BT_GATT_ITER_CONTINUE;
}
+1 -1
View File
@@ -1238,7 +1238,7 @@ static void bt_smp_encrypt_change(FAR FAR struct bt_conn_s *conn,
}
#if defined(CONFIG_BLUETOOTH_SMP_SELFTEST)
/* spaw octets for LE encrypt */
/* spawn octets for LE encrypt */
static void swap_buf(FAR const uint8_t *src, FAR uint8_t *dst, uint16_t len)
{