diff options
author | Jeff Johnson <quic_jjohnson@quicinc.com> | 2024-03-29 06:44:13 +0100 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2024-04-08 20:19:14 +0200 |
commit | 499921d3dcabd48cb17f4f4ca97c0e17f05cd7b6 (patch) | |
tree | 576fcbdede65e1430542256b232244cb76825548 /net/mac80211/ieee80211_i.h | |
parent | Merge tag 'rtw-next-2024-04-04' of https://github.com/pkshih/rtw (diff) | |
download | linux-499921d3dcabd48cb17f4f4ca97c0e17f05cd7b6.tar.xz linux-499921d3dcabd48cb17f4f4ca97c0e17f05cd7b6.zip |
wifi: mac80211: correctly document struct mesh_table
Currently kernel-doc -Wall reports:
net/mac80211/ieee80211_i.h:687: warning: missing initial short description on line:
* struct mesh_table
So add a short description.
Reported-by: Randy Dunlap <rdunlap@infradead.org>
Link: https://lore.kernel.org/linux-wireless/a009a21a-56d7-4a1a-aaf9-feefa5acc561@infradead.org/
Signed-off-by: Jeff Johnson <quic_jjohnson@quicinc.com>
Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
Link: https://msgid.link/20240328-mesh_table-kerneldoc-v1-1-174c4df341b1@quicinc.com
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'net/mac80211/ieee80211_i.h')
-rw-r--r-- | net/mac80211/ieee80211_i.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac80211/ieee80211_i.h b/net/mac80211/ieee80211_i.h index 458f63ce9a32..81a9c5b7642d 100644 --- a/net/mac80211/ieee80211_i.h +++ b/net/mac80211/ieee80211_i.h @@ -686,7 +686,7 @@ struct mesh_csa_settings { }; /** - * struct mesh_table + * struct mesh_table - mesh hash table * * @known_gates: list of known mesh gates and their mpaths by the station. The * gate's mpath may or may not be resolved and active. |