diff mbox series

cfg80211: fix kernel-doc formatting in SAR struct

Message ID 20210105112933.89b3c8691f21.I8b9f0a9cbfe186931ef9640046f414371f216914@changeid
State New
Headers show
Series cfg80211: fix kernel-doc formatting in SAR struct | expand

Commit Message

Johannes Berg Jan. 5, 2021, 10:29 a.m. UTC
From: Johannes Berg <johannes.berg@intel.com>

A stray @ caused the kernel-doc parser to not understand
this, fix that.

Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Fixes: 6bdb68cef7bf ("nl80211: add common API to configure SAR power limitations")
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 9a4bbccddc7f..fa5b7ed17f1f 100644
--- a/include/net/cfg80211.h
+++ b/include/net/cfg80211.h
@@ -1756,7 +1756,7 @@  struct cfg80211_sar_specs {
 
 
 /**
- * @struct cfg80211_sar_chan_ranges - sar frequency ranges
+ * struct cfg80211_sar_chan_ranges - sar frequency ranges
  * @start_freq:  start range edge frequency
  * @end_freq:    end range edge frequency
  */