diff mbox series

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

Message ID 20200822231953.465-7-rdunlap@infradead.org
State New
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 "is".

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/sme.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

--- linux-next-20200731.orig/net/wireless/sme.c
+++ linux-next-20200731/net/wireless/sme.c
@@ -24,7 +24,7 @@ 
 
 /*
  * Software SME in cfg80211, using auth/assoc/deauth calls to the
- * driver. This is is for implementing nl80211's connect/disconnect
+ * driver. This is for implementing nl80211's connect/disconnect
  * and wireless extensions (if configured.)
  */