Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

cfg80211: fix a kerneldoc markup

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>

authored by

Mauro Carvalho Chehab and committed by
Johannes Berg
c2083e28 51d62f2f

+1 -1
+1 -1
include/net/cfg80211.h
··· 1756 1756 1757 1757 1758 1758 /** 1759 - * struct cfg80211_sar_chan_ranges - sar frequency ranges 1759 + * struct cfg80211_sar_freq_ranges - sar frequency ranges 1760 1760 * @start_freq: start range edge frequency 1761 1761 * @end_freq: end range edge frequency 1762 1762 */