diff mbox series

[3/7] net: wireless: delete duplicated word + fix grammar

Message ID 20200822231953.465-4-rdunlap@infradead.org
State New
Headers show
Series [1/7] net: mac80211: agg-rx.c: fix duplicated words | expand

Commit Message

Randy Dunlap Aug. 22, 2020, 11:19 p.m. UTC
Drop the repeated word "Return" + fix verb.

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/core.h |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

--- linux-next-20200731.orig/net/wireless/core.h
+++ linux-next-20200731/net/wireless/core.h
@@ -466,8 +466,8 @@  extern struct work_struct cfg80211_disco
  *
  * Checks if chandef is usable and we can/need start CAC on such channel.
  *
- * Return: Return true if all channels available and at least
- *	   one channel require CAC (NL80211_DFS_USABLE)
+ * Return: true if all channels available and at least
+ *	   one channel requires CAC (NL80211_DFS_USABLE)
  */
 bool cfg80211_chandef_dfs_usable(struct wiphy *wiphy,
 				 const struct cfg80211_chan_def *chandef);