···814814 *815815 * Detects if there any BIS left connected in a BIG816816 * broadcaster: Remove advertising instance and terminate BIG.817817- * broadcaster receiver: Teminate BIG sync and terminate PA sync.817817+ * broadcaster receiver: Terminate BIG sync and terminate PA sync.818818 */819819static void bis_cleanup(struct hci_conn *conn)820820{
+2-2
net/bluetooth/hci_event.c
···57175717 conn->state = BT_CONFIG;5718571857195719 /* Store current advertising instance as connection advertising instance57205720- * when sotfware rotation is in use so it can be re-enabled when57205720+ * when software rotation is in use so it can be re-enabled when57215721 * disconnected.57225722 */57235723 if (!ext_adv_capable(hdev))···70757075/* Entries in this table shall have their position according to the subevent70767076 * opcode they handle so the use of the macros above is recommend since it does70777077 * attempt to initialize at its proper index using Designated Initializers that70787078- * way events without a callback function can be ommited.70787078+ * way events without a callback function can be omitted.70797079 */70807080static const struct hci_le_ev {70817081 void (*func)(struct hci_dev *hdev, void *data, struct sk_buff *skb);
+1-1
net/bluetooth/hci_sync.c
···56775677 }5678567856795679 /* Cleanup hci_conn object if it cannot be cancelled as it56805680- * likelly means the controller and host stack are out of sync56805680+ * likely means the controller and host stack are out of sync56815681 * or in case of LE it was still scanning so it can be cleanup56825682 * safely.56835683 */
+1-1
net/bluetooth/lib.c
···5454 * bt_to_errno() - Bluetooth error codes to standard errno5555 * @code: Bluetooth error code to be converted5656 *5757- * This function takes a Bluetooth error code as input and convets5757+ * This function takes a Bluetooth error code as input and converts5858 * it to an equivalent Unix/standard errno value.5959 *6060 * Return:
+1-1
net/bluetooth/smp.c
···31893189 /* No need to call l2cap_chan_hold() here since we already own31903190 * the reference taken in smp_new_conn_cb(). This is just the31913191 * first time that we tie it to a specific pointer. The code in31923192- * l2cap_core.c ensures that there's no risk this function wont31923192+ * l2cap_core.c ensures that there's no risk this function won't31933193 * get called if smp_new_conn_cb was previously called.31943194 */31953195 conn->smp = chan;