Skip to content

Commit

Permalink
mac80211: fix 90 kernel-doc warnings
Browse files Browse the repository at this point in the history
Eliminate 90 of these warnings:

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

Signed-off-by: Randy Dunlap <[email protected]>
Signed-off-by: Johannes Berg <[email protected]>
  • Loading branch information
rddunlap authored and jmberg-intel committed May 4, 2015
1 parent caf22d3 commit ff419b3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/net/mac80211.h
Original file line number Diff line number Diff line change
Expand Up @@ -1666,6 +1666,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().
Expand Down

0 comments on commit ff419b3

Please sign in to comment.