qcacld-3.0: Fix misspelling "prority"

Fix misspelling: prority ==> priority

Change-Id: I3e432895ae69e0db53ef48f43588a6f7449a8c13
CRs-Fixed: 3275703
This commit is contained in:
Jeff Johnson
2022-08-24 10:14:57 -07:00
committed by Madan Koyyalamudi
parent a03cc7c82b
commit 4046f1060c

View File

@@ -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 * @adapter: adapter handle
* *
* Return: None * 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 * @adapter: adapter handle
* *
* Return: None * Return: None