From: Luciano Coelho Date: Wed, 7 May 2014 16:07:05 +0000 (+0300) Subject: cfg80211: fix docbook warning X-Git-Tag: v4.14-rc1~7158^2~11^2~7^2~46^2~32 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c3d620362dfe9218c7637354c7bce344ea771a31;p=platform%2Fkernel%2Flinux-rpi.git 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 Signed-off-by: Luciano Coelho Signed-off-by: Johannes Berg --- diff --git a/include/net/cfg80211.h b/include/net/cfg80211.h index 0631230..28f6f1a 100644 --- a/include/net/cfg80211.h +++ b/include/net/cfg80211.h @@ -458,7 +458,7 @@ bool cfg80211_chandef_usable(struct wiphy *wiphy, */ int cfg80211_chandef_dfs_required(struct wiphy *wiphy, const struct cfg80211_chan_def *chandef, - enum nl80211_iftype); + enum nl80211_iftype iftype); /** * ieee80211_chandef_rate_flags - returns rate flags for a channel