From: Randy Dunlap Date: Sat, 22 Aug 2020 23:19:53 +0000 (-0700) Subject: net: wireless: wext_compat.c: delete duplicated word X-Git-Tag: howlett/maple_spf/20210104~792^2~423^2~10 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=eee79f8094e703e30ed117a373b4a4edb885af3a;p=users%2Fjedix%2Flinux-maple.git net: wireless: wext_compat.c: delete duplicated word Drop the repeated word "be". Signed-off-by: Randy Dunlap Cc: Johannes Berg Cc: Kalle Valo Cc: linux-wireless@vger.kernel.org Link: https://lore.kernel.org/r/20200822231953.465-8-rdunlap@infradead.org Signed-off-by: Johannes Berg --- diff --git a/net/wireless/wext-compat.c b/net/wireless/wext-compat.c index aa918d7ff6bd..46ee612cb197 100644 --- a/net/wireless/wext-compat.c +++ b/net/wireless/wext-compat.c @@ -497,7 +497,7 @@ static int __cfg80211_set_encryption(struct cfg80211_registered_device *rdev, /* * 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 ||