Browse Source

qcacld-3.0: Fix misspelling "prority"

Fix misspelling: prority ==> priority

Change-Id: I3e432895ae69e0db53ef48f43588a6f7449a8c13
CRs-Fixed: 3275703
Jeff Johnson 2 years ago
parent
commit
4046f1060c
1 changed files with 2 additions and 2 deletions
  1. 2 2
      core/hdd/src/wlan_hdd_tx_rx.c

+ 2 - 2
core/hdd/src/wlan_hdd_tx_rx.c

@@ -981,7 +981,7 @@ wlan_hdd_update_queue_history_state(struct net_device *dev,
 }
 
 /**
- * wlan_hdd_stop_non_priority_queue() - stop non prority queues
+ * wlan_hdd_stop_non_priority_queue() - stop non priority queues
  * @adapter: adapter handle
  *
  * Return: None
@@ -1003,7 +1003,7 @@ static inline void wlan_hdd_stop_non_priority_queue(struct hdd_adapter *adapter)
 }
 
 /**
- * wlan_hdd_wake_non_priority_queue() - wake non prority queues
+ * wlan_hdd_wake_non_priority_queue() - wake non priority queues
  * @adapter: adapter handle
  *
  * Return: None