aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/wireless/core.h
diff options
context:
space:
mode:
authorRandy Dunlap <rdunlap@infradead.org>2020-08-22 16:19:49 -0700
committerJohannes Berg <johannes.berg@intel.com>2020-08-27 11:23:16 +0200
commitb42c8edfdb5757d4cf5cb6e7db8b01ca08a54430 (patch)
treeedff0d5e26fc21ffaf44e24749945fbf356f134e /net/wireless/core.h
parentnet: mac80211: mesh.h: delete duplicated word (diff)
downloadwireguard-linux-b42c8edfdb5757d4cf5cb6e7db8b01ca08a54430.tar.xz
wireguard-linux-b42c8edfdb5757d4cf5cb6e7db8b01ca08a54430.zip
net: wireless: delete duplicated word + fix grammar
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 Link: https://lore.kernel.org/r/20200822231953.465-4-rdunlap@infradead.org Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'net/wireless/core.h')
-rw-r--r--net/wireless/core.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/wireless/core.h b/net/wireless/core.h
index 67b0389fca4d..2ebc2a66680d 100644
--- a/net/wireless/core.h
+++ b/net/wireless/core.h
@@ -466,8 +466,8 @@ extern struct work_struct cfg80211_disconnect_work;
*
* 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);