diff mbox series

[7/7] net: wireless: wext_compat.c: delete duplicated word

Message ID 20200822231953.465-8-rdunlap@infradead.org
State Awaiting Upstream
Delegated to: David Miller
Headers show
Series net: wireless: delete duplicated words + other fixes | expand

Commit Message

Randy Dunlap Aug. 22, 2020, 11:19 p.m. UTC
Drop the repeated word "be".

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Johannes Berg <johannes.berg@intel.com>
Cc: Kalle Valo <kvalo@codeaurora.org>
Cc: linux-wireless@vger.kernel.org
---
 net/wireless/wext-compat.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

--- linux-next-20200731.orig/net/wireless/wext-compat.c
+++ linux-next-20200731/net/wireless/wext-compat.c
@@ -497,7 +497,7 @@  static int __cfg80211_set_encryption(str
 
 	/*
 	 * We only need to store WEP keys, since they're the only keys that
-	 * can be be set before a connection is established and persist after
+	 * can be set before a connection is established and persist after
 	 * disconnecting.
 	 */
 	if (!addr && (params->cipher == WLAN_CIPHER_SUITE_WEP40 ||