qcacld-3.0: Fix typo "recieve"

Replace typo "recieve" with correct spelling "receive".

Change-Id: I16de4aedcd0f401da8b11fa0ea4989ad1e73bf57
CRs-Fixed: 2238297
このコミットが含まれているのは:
Jeff Johnson
2018-05-06 16:24:57 -07:00
committed by nshrivas
コミット 4ceed38fbf
10個のファイルの変更14行の追加14行の削除

ファイルの表示

@@ -2713,7 +2713,7 @@ static QDF_STATUS sap_fsm_state_disconnecting(struct sap_context *sap_ctx,
qdf_status = sap_goto_disconnecting(sap_ctx);
} else if ((msg == eSAP_HDD_STOP_INFRA_BSS) &&
(sap_ctx->is_chan_change_inprogress)) {
/* stop bss is recieved while processing channel change */
/* stop bss is received while processing channel change */
QDF_TRACE(QDF_MODULE_ID_SAP, QDF_TRACE_LEVEL_INFO,
FL("in state %s, event msg %d result %d"),
"eSAP_DISCONNECTING ", msg, sap_event->u2);