diff options
author | Luciano Coelho <luciano.coelho@intel.com> | 2014-05-07 12:07:05 -0400 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2014-05-08 05:59:35 -0400 |
commit | c3d620362dfe9218c7637354c7bce344ea771a31 (patch) | |
tree | 4cc940ea96f3c8bf5f4a7ae1ac88fcd10ae2348c /include/net | |
parent | cf8767dd7635d2209485dc765965d33537ad66eb (diff) |
cfg80211: fix docbook warning
When trying to generate documentation, at least xmldocs, we get the
following warning:
Warning(include/net/cfg80211.h:461): No description found for parameter 'nl80211_iftype'
Fix it by adding the iftype argument name to the
cfg80211_chandef_dfs_required() function declaration.
Reported-and-tested-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Luciano Coelho <luciano.coelho@intel.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'include/net')
-rw-r--r-- | include/net/cfg80211.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/cfg80211.h b/include/net/cfg80211.h index 0631230b01eb..28f6f1a5b445 100644 --- a/include/net/cfg80211.h +++ b/include/net/cfg80211.h | |||
@@ -458,7 +458,7 @@ bool cfg80211_chandef_usable(struct wiphy *wiphy, | |||
458 | */ | 458 | */ |
459 | int cfg80211_chandef_dfs_required(struct wiphy *wiphy, | 459 | int cfg80211_chandef_dfs_required(struct wiphy *wiphy, |
460 | const struct cfg80211_chan_def *chandef, | 460 | const struct cfg80211_chan_def *chandef, |
461 | enum nl80211_iftype); | 461 | enum nl80211_iftype iftype); |
462 | 462 | ||
463 | /** | 463 | /** |
464 | * ieee80211_chandef_rate_flags - returns rate flags for a channel | 464 | * ieee80211_chandef_rate_flags - returns rate flags for a channel |