diff options
author | Akira Moroo <retrage01@gmail.com> | 2016-03-08 17:17:42 +0300 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2016-04-05 12:40:52 +0300 |
commit | 2aa4d45635ad09fbd7ff6b6155d2d50b2b31cf90 (patch) | |
tree | 47d87a5d55f064dc8e9863d9f4eebb5e51878bc9 /include/net | |
parent | 06171e9c0bd54bd7dde67dfb2fa4cced23cff880 (diff) | |
download | linux-2aa4d45635ad09fbd7ff6b6155d2d50b2b31cf90.tar.xz |
cfg80211: fix kernel-doc struct name
This patch fix a structure name mismatch in cfg80211.h.
Signed-off-by: Moroo Akira <retrage01@gmail.com>
Reviewed-by: Julian Calaby <julian.calaby@gmail.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 0bbfbf3cbca8..4ece4f961f40 100644 --- a/include/net/cfg80211.h +++ b/include/net/cfg80211.h @@ -1619,7 +1619,7 @@ struct cfg80211_inform_bss { }; /** - * struct cfg80211_bss_ie_data - BSS entry IE data + * struct cfg80211_bss_ies - BSS entry IE data * @tsf: TSF contained in the frame that carried these IEs * @rcu_head: internal use, for freeing * @len: length of the IEs |