Commit b42c8edf authored by Randy Dunlap's avatar Randy Dunlap Committed by Johannes Berg
Browse files

net: wireless: delete duplicated word + fix grammar



Drop the repeated word "Return" + fix verb.

Signed-off-by: default avatarRandy 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: default avatarJohannes Berg <johannes.berg@intel.com>
parent 13880a3b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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);