lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Thu, 6 Dec 2018 12:58:30 -0800
From:   Randy Dunlap <rdunlap@...radead.org>
To:     "netdev@...r.kernel.org" <netdev@...r.kernel.org>,
        David Miller <davem@...emloft.net>
Cc:     Pradeep Kumar Chitrapu <pradeepc@...eaurora.org>,
        Johannes Berg <johannes.berg@...el.com>,
        David Spinadel <david.spinadel@...el.com>,
        linux-wireless <linux-wireless@...r.kernel.org>
Subject: [PATCH] net: wireless: FTM: fix kernel-doc "cannot understand"
 warnings

From: Randy Dunlap <rdunlap@...radead.org>

Fix kernel-doc warnings in FTM due to missing "struct" keyword.

Fixes 109 warnings from <net/cfg80211.h>:
../include/net/cfg80211.h:2838: warning: cannot understand function prototype: 'struct cfg80211_ftm_responder_stats '

and fixes 88 warnings from <net/mac80211.h>:
../include/net/mac80211.h:477: warning: cannot understand function prototype: 'struct ieee80211_ftm_responder_params '

Fixes: 81e54d08d9d8 ("cfg80211: support FTM responder configuration/statistics")
Fixes: bc847970f432 ("mac80211: support FTM responder configuration/statistics")

Signed-off-by: Randy Dunlap <rdunlap@...radead.org>
Cc: Pradeep Kumar Chitrapu <pradeepc@...eaurora.org>
Cc: Johannes Berg <johannes.berg@...el.com>
Cc: David Spinadel <david.spinadel@...el.com>
---
 include/net/cfg80211.h |    2 +-
 include/net/mac80211.h |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

--- lnx-420-rc5.orig/include/net/cfg80211.h
+++ lnx-420-rc5/include/net/cfg80211.h
@@ -2815,7 +2815,7 @@ struct cfg80211_external_auth_params {
 };
 
 /**
- * cfg80211_ftm_responder_stats - FTM responder statistics
+ * struct cfg80211_ftm_responder_stats - FTM responder statistics
  *
  * @filled: bitflag of flags using the bits of &enum nl80211_ftm_stats to
  *	indicate the relevant values in this struct for them
--- lnx-420-rc5.orig/include/net/mac80211.h
+++ lnx-420-rc5/include/net/mac80211.h
@@ -467,7 +467,7 @@ struct ieee80211_mu_group_data {
 };
 
 /**
- * ieee80211_ftm_responder_params - FTM responder parameters
+ * struct ieee80211_ftm_responder_params - FTM responder parameters
  *
  * @lci: LCI subelement content
  * @civicloc: CIVIC location subelement content


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ