From: Johannes Berg Date: Thu, 24 Sep 2020 17:25:12 +0000 (+0200) Subject: wireless: radiotap: fix some kernel-doc X-Git-Tag: v5.10.7~1401^2~84^2~26 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=211f20415995f0c40aa91a0856b5f442154d56b2;p=platform%2Fkernel%2Flinux-rpi.git wireless: radiotap: fix some kernel-doc The vendor namespaces argument isn't described here, add it. Signed-off-by: Johannes Berg Link: https://lore.kernel.org/r/20200924192511.2bf5cc761d3a.I9b4579ab3eebe3d7889b59eea8fa50d683611bab@changeid Signed-off-by: Johannes Berg --- diff --git a/net/wireless/radiotap.c b/net/wireless/radiotap.c index d5e2823..36f1b59 100644 --- a/net/wireless/radiotap.c +++ b/net/wireless/radiotap.c @@ -59,6 +59,7 @@ static const struct ieee80211_radiotap_namespace radiotap_ns = { * @iterator: radiotap_iterator to initialize * @radiotap_header: radiotap header to parse * @max_length: total length we can parse into (eg, whole packet length) + * @vns: vendor namespaces to parse * * Returns: 0 or a negative error code if there is a problem. *