From 4046f1060c06fa803f748c83b34ee547a7552350 Mon Sep 17 00:00:00 2001 From: Jeff Johnson Date: Wed, 24 Aug 2022 10:14:57 -0700 Subject: [PATCH] qcacld-3.0: Fix misspelling "prority" Fix misspelling: prority ==> priority Change-Id: I3e432895ae69e0db53ef48f43588a6f7449a8c13 CRs-Fixed: 3275703 --- core/hdd/src/wlan_hdd_tx_rx.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/hdd/src/wlan_hdd_tx_rx.c b/core/hdd/src/wlan_hdd_tx_rx.c index fcb3b04bcd..e8d91abc3e 100644 --- a/core/hdd/src/wlan_hdd_tx_rx.c +++ b/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