diff mbox series

net: wireless: wext-compat: Fix spelling mistakes

Message ID 20210531020142.2920521-1-zhengyongjun3@huawei.com
State New
Headers show
Series net: wireless: wext-compat: Fix spelling mistakes | expand

Commit Message

Zheng Yongjun May 31, 2021, 2:01 a.m. UTC
Fix some spelling mistakes in comments:
explicitely  ==> explicitly

Signed-off-by: Zheng Yongjun <zhengyongjun3@huawei.com>
---
 net/wireless/wext-compat.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/net/wireless/wext-compat.c b/net/wireless/wext-compat.c
index a8320dc59af7..7ef6fd26450c 100644
--- a/net/wireless/wext-compat.c
+++ b/net/wireless/wext-compat.c
@@ -1183,7 +1183,7 @@  static int cfg80211_wext_siwpower(struct net_device *dev,
 		switch (wrq->flags & IW_POWER_MODE) {
 		case IW_POWER_ON:       /* If not specified */
 		case IW_POWER_MODE:     /* If set all mask */
-		case IW_POWER_ALL_R:    /* If explicitely state all */
+		case IW_POWER_ALL_R:    /* If explicitly state all */
 			ps = true;
 			break;
 		default:                /* Otherwise we ignore */