]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit - include/net/mac80211.h
{cfg,mac}80211.h: fix some kernel-doc warnings
authorYacine Belkadi <yacine.belkadi.1@gmail.com>
Sat, 12 Jan 2013 12:54:14 +0000 (13:54 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Wed, 16 Jan 2013 14:14:18 +0000 (15:14 +0100)
commit0ae997dc75efb60d47f0c71890f1e972f7d462c1
tree3c1cae75c2c630947f876c8d09afa6b69beb6367
parent0c0280bd0ba410326eecdaeb1b936696eda6381d
{cfg,mac}80211.h: fix some kernel-doc warnings

When building the 80211 DocBook, scripts/kernel-doc reports
the following type of warnings:

Warning(include/net/cfg80211.h:334): No description found for return value of 'cfg80211_get_chandef_type'

These warnings are only reported when scripts/kernel-doc
runs in verbose mode.

To fix these use "Return:" to describe function return values.

Signed-off-by: Yacine Belkadi <yacine.belkadi.1@gmail.com>
[adjust for freq_reg_info() change]
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
include/net/cfg80211.h
include/net/mac80211.h