From: Johannes Berg Date: Mon, 9 Sep 2024 09:03:08 +0000 (+0200) Subject: wifi: cfg80211: fix kernel-doc for per-link data X-Git-Tag: v6.12-rc1~232^2~41^2~12 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4e1b5586051f0e9aef9b0ca375ef2cd1a8987e0c;p=thirdparty%2Fkernel%2Flinux.git wifi: cfg80211: fix kernel-doc for per-link data There cannot be brackets in kernel-doc, remove them. Reported-by: Stephen Rothwell Fixes: 62c16f219a73 ("wifi: cfg80211: move DFS related members to links[] in wireless_dev") Signed-off-by: Johannes Berg --- diff --git a/include/net/cfg80211.h b/include/net/cfg80211.h index efdea667cb923..69ec1eb41a090 100644 --- a/include/net/cfg80211.h +++ b/include/net/cfg80211.h @@ -6217,11 +6217,11 @@ enum ieee80211_ap_reg_power { * unprotected beacon report * @links: array of %IEEE80211_MLD_MAX_NUM_LINKS elements containing @addr * @ap and @client for each link - * @links[].cac_started: true if DFS channel availability check has been + * @links.cac_started: true if DFS channel availability check has been * started - * @links[].cac_start_time: timestamp (jiffies) when the dfs state was + * @links.cac_start_time: timestamp (jiffies) when the dfs state was * entered. - * @links[].cac_time_ms: CAC time in ms + * @links.cac_time_ms: CAC time in ms * @valid_links: bitmap describing what elements of @links are valid */ struct wireless_dev {