qcacmn: Fix typo "funtion"

Replace typo "funtion" with correct spelling "function".

Change-Id: I05db828dd5830d4b95467ed5494f319113de9252
CRs-Fixed: 2238309
This commit is contained in:
Jeff Johnson
2018-05-06 17:11:15 -07:00
committed by nshrivas
parent 42dda700f6
commit bd6e61f610
3 changed files with 3 additions and 3 deletions

View File

@@ -396,7 +396,7 @@ static inline void dp_peer_map_ast(struct dp_soc *soc,
* @mac_addr: MAC address of ast node
* @is_self: Is this base AST entry with peer mac address
*
* This API is used by WDS source port learning funtion to
* This API is used by WDS source port learning function to
* add a new AST entry into peer AST list
*
* Return: 0 if new entry is allocated,

View File

@@ -63,7 +63,7 @@ dp_wdi_event_del_subs(wdi_event_subscribe *wdi_sub, int event_index)
/*
* dp_wdi_event_iter_sub() - Iterate through all WDI event in the list
* and pass WDI event to callback funtion
* and pass WDI event to callback function
* @pdev: DP pdev handle
* @event_index: Event index in list
* @wdi_event: WDI event handle

View File

@@ -372,7 +372,7 @@ wmi_legacy_service_ready_callback
* target_if_register_legacy_service_ready_cb() - get legacy
* service ready handler from scn handle
*
* @service_ready_cb: funtion pointer to service ready callback
* @service_ready_cb: function pointer to service ready callback
*
* Return: QDF Status
*/