diff mbox series

cfg80211: fix kernel-doc for cfg80211_beacon_data

Message ID 20220517124345.d2020efa3a07.Ibe44080e86665722f16a9251ef21964cd2e7b8cb@changeid
State New
Headers show
Series cfg80211: fix kernel-doc for cfg80211_beacon_data | expand

Commit Message

Johannes Berg May 17, 2022, 10:43 a.m. UTC
From: Johannes Berg <johannes.berg@intel.com>

The kernel-doc comment is formatted badly, resulting
in a warning:

  include/net/cfg80211.h:1188: warning: bad line: [...]

Fix that.

Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
---
 include/net/cfg80211.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/include/net/cfg80211.h b/include/net/cfg80211.h
index 8b9d1d9c7ec4..1b52189ac3fb 100644
--- a/include/net/cfg80211.h
+++ b/include/net/cfg80211.h
@@ -1186,7 +1186,7 @@  struct cfg80211_mbssid_elems {
  * @civicloc_len: Civic location data length
  * @he_bss_color: BSS Color settings
  * @he_bss_color_valid: indicates whether bss color
-	attribute is present in beacon data or not.
+ *	attribute is present in beacon data or not.
  */
 struct cfg80211_beacon_data {
 	unsigned int link_id;