diff mbox

mac80211: fix 90 kernel-doc warnings

Message ID 553DA95E.7010406@infradead.org (mailing list archive)
State Accepted
Delegated to: Johannes Berg
Headers show

Commit Message

Randy Dunlap April 27, 2015, 3:13 a.m. UTC
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(+)

--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Comments

Johannes Berg May 4, 2015, 10:56 a.m. UTC | #1
On Sun, 2015-04-26 at 20:13 -0700, Randy Dunlap wrote:
> 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]'

Applied, thanks.

johannes

--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

--- 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().