From: Randy Dunlap Date: Sat, 22 Aug 2020 23:19:49 +0000 (-0700) Subject: net: wireless: delete duplicated word + fix grammar X-Git-Tag: howlett/maple_spf/20210104~792^2~423^2~14 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=b42c8edfdb5757d4cf5cb6e7db8b01ca08a54430;p=users%2Fjedix%2Flinux-maple.git net: wireless: delete duplicated word + fix grammar Drop the repeated word "Return" + fix verb. 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-4-rdunlap@infradead.org Signed-off-by: Johannes Berg --- 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);