diff mbox series

[06/10] cfg80211: drop duplicated documentation of field "reg_notifier"

Message ID 20200221115604.594035-6-Jerome.Pouiller@silabs.com (mailing list archive)
State Accepted
Delegated to: Johannes Berg
Headers show
Series [01/10] cfg80211: drop duplicated documentation of field "probe_resp_offload" | expand

Commit Message

Jérôme Pouiller Feb. 21, 2020, 11:56 a.m. UTC
From: Jérôme Pouiller <jerome.pouiller@silabs.com>

The field "reg_notifier" was already documented above the definition of
struct wiphy. The comment inside the definition of the struct did not
bring more information.

Signed-off-by: Jérôme Pouiller <jerome.pouiller@silabs.com>
---
 include/net/cfg80211.h | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/include/net/cfg80211.h b/include/net/cfg80211.h
index b5f6fe56974e..4b0871eca9ef 100644
--- a/include/net/cfg80211.h
+++ b/include/net/cfg80211.h
@@ -4626,7 +4626,6 @@  struct wiphy {
 
 	struct ieee80211_supported_band *bands[NUM_NL80211_BANDS];
 
-	/* Lets us get back the wiphy on the callback */
 	void (*reg_notifier)(struct wiphy *wiphy,
 			     struct regulatory_request *request);