[PATCH 07/10] cfg80211: merge documentations of field "debugfsdir"

From: Jerome Pouiller
Date: Fri Feb 21 2020 - 06:56:42 EST


From: JÃrÃme Pouiller <jerome.pouiller@xxxxxxxxxx>

The field "privid" is documented twice. Comments were more or less the
same. The patch merge them.

Signed-off-by: JÃrÃme Pouiller <jerome.pouiller@xxxxxxxxxx>
---
include/net/cfg80211.h | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/include/net/cfg80211.h b/include/net/cfg80211.h
index 4b0871eca9ef..2bb963e96c32 100644
--- a/include/net/cfg80211.h
+++ b/include/net/cfg80211.h
@@ -4409,8 +4409,8 @@ struct cfg80211_pmsr_capabilities {
* the same number of arbitrary MAC addresses.
* @registered: protects ->resume and ->suspend sysfs callbacks against
* unregister hardware
- * @debugfsdir: debugfs directory used for this wiphy, will be renamed
- * automatically on wiphy renames
+ * @debugfsdir: debugfs directory used for this wiphy (ieee80211/<wiphyname>).
+ * It will be renamed automatically on wiphy renames
* @dev: (virtual) struct device for this wiphy
* @wext: wireless extension handlers
* @priv: driver private data (sized according to wiphy_new() parameter)
@@ -4639,7 +4639,6 @@ struct wiphy {

bool registered;

- /* dir in debugfs: ieee80211/<wiphyname> */
struct dentry *debugfsdir;

const struct ieee80211_ht_cap *ht_capa_mod_mask;
--
2.25.0