projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
51d62f2
)
cfg80211: fix a kerneldoc markup
author
Mauro Carvalho Chehab
<mchehab+huawei@kernel.org>
Thu, 14 Jan 2021 08:04:49 +0000
(09:04 +0100)
committer
Johannes Berg
<johannes.berg@intel.com>
Thu, 14 Jan 2021 21:21:53 +0000
(22:21 +0100)
A function has a different name between their prototype
and its kernel-doc markup:
../include/net/cfg80211.h:1766: warning: expecting prototype for struct cfg80211_sar_chan_ranges. Prototype was for struct cfg80211_sar_freq_ranges instead
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Link:
https://lore.kernel.org/r/c7ed4bc4d9e992ead16d3d2df246f3b56dbfb1fb.1610610937.git.mchehab+huawei@kernel.org
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
include/net/cfg80211.h
patch
|
blob
|
history
diff --git
a/include/net/cfg80211.h
b/include/net/cfg80211.h
index 1b3954afcda4223146ab1de5799ac586328b67a6..0d6f7ec860615c6146d677bda5a652ad205c03f2 100644
(file)
--- 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_
freq
_ranges - sar frequency ranges
* @start_freq: start range edge frequency
* @end_freq: end range edge frequency
*/