@@ -873,7 +873,7 @@ static void device_woke_up(struct hci_uart *hu)
873
873
hci_uart_tx_wakeup (hu );
874
874
}
875
875
876
- /* Enqueue frame for transmittion (padding, crc, etc) may be called from
876
+ /* Enqueue frame for transmission (padding, crc, etc) may be called from
877
877
* two simultaneous tasklets.
878
878
*/
879
879
static int qca_enqueue (struct hci_uart * hu , struct sk_buff * skb )
@@ -1059,7 +1059,7 @@ static void qca_controller_memdump(struct work_struct *work)
1059
1059
if (!seq_no ) {
1060
1060
1061
1061
/* This is the first frame of memdump packet from
1062
- * the controller, Disable IBS to recevie dump
1062
+ * the controller, Disable IBS to receive dump
1063
1063
* with out any interruption, ideally time required for
1064
1064
* the controller to send the dump is 8 seconds. let us
1065
1065
* start timer to handle this asynchronous activity.
@@ -2358,7 +2358,7 @@ static int qca_serdev_probe(struct serdev_device *serdev)
2358
2358
* Backward compatibility with old DT sources. If the
2359
2359
* node doesn't have the 'enable-gpios' property then
2360
2360
* let's use the power sequencer. Otherwise, let's
2361
- * drive everything outselves .
2361
+ * drive everything ourselves .
2362
2362
*/
2363
2363
qcadev -> bt_power -> pwrseq = devm_pwrseq_get (& serdev -> dev ,
2364
2364
"bluetooth" );
@@ -2530,7 +2530,7 @@ static void qca_serdev_shutdown(struct device *dev)
2530
2530
hci_dev_test_flag (hdev , HCI_SETUP ))
2531
2531
return ;
2532
2532
2533
- /* The serdev must be in open state when conrol logic arrives
2533
+ /* The serdev must be in open state when control logic arrives
2534
2534
* here, so also fix the use-after-free issue caused by that
2535
2535
* the serdev is flushed or wrote after it is closed.
2536
2536
*/
0 commit comments