]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
wifi: radiotap: document ieee80211_get_radiotap_len() return value
authorJohannes Berg <johannes.berg@intel.com>
Wed, 15 May 2024 07:38:37 +0000 (09:38 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Thu, 23 May 2024 08:19:39 +0000 (10:19 +0200)
Document the return value of ieee80211_get_radiotap_len() in
the proper kernel-doc format.

Link: https://msgid.link/20240515093852.143aadfdb094.I8795ec1e8cfd7106d58325fb514bae92625fb45c@changeid
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
include/net/ieee80211_radiotap.h

index 925bac726a92bba8489b07f8bf32cf00090bf11a..91762faecc13d55508a77bd20265884609dcfa5f 100644 (file)
@@ -582,6 +582,7 @@ enum ieee80211_radiotap_eht_usig_tb {
 /**
  * ieee80211_get_radiotap_len - get radiotap header length
  * @data: pointer to the header
+ * Return: the radiotap header length
  */
 static inline u16 ieee80211_get_radiotap_len(const char *data)
 {