linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] mac80211: fix 90 kernel-doc warnings
@ 2015-04-27  3:13 Randy Dunlap
  2015-05-04 10:56 ` Johannes Berg
  0 siblings, 1 reply; 2+ messages in thread
From: Randy Dunlap @ 2015-04-27  3:13 UTC (permalink / raw)
  To: linux-wireless, Kalle Valo

From: Randy Dunlap <rdunlap@infradead.org>

Eliminate 90 of these warnings:

Warning(..//include/net/mac80211.h:1682): No description found for parameter 'drv_priv[0]'

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
---
 include/net/mac80211.h |    2 ++
 1 file changed, 2 insertions(+)

--- lnx-41-rc1.orig/include/net/mac80211.h
+++ lnx-41-rc1/include/net/mac80211.h
@@ -1667,6 +1667,8 @@ struct ieee80211_tx_control {
  * @sta: station table entry, %NULL for per-vif queue
  * @tid: the TID for this queue (unused for per-vif queue)
  * @ac: the AC for this queue
+ * @drv_priv: data area for driver use, will always be aligned to
+ *	sizeof(void *).
  *
  * The driver can obtain packets from this queue by calling
  * ieee80211_tx_dequeue().

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-05-04 10:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-27  3:13 [PATCH] mac80211: fix 90 kernel-doc warnings Randy Dunlap
2015-05-04 10:56 ` Johannes Berg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).