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

wifi: cfg80211: wext: convert return value to kernel-doc

Since I'm getting a warning here right now, fix the
kernel-doc to be "Returns:" rather than just writing
that out in the doc paragraph.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Gregory Greenman <gregory.greenman@intel.com>
Link: https://lore.kernel.org/r/20230928172905.ab3b9274bf07.If263f9f6726d6ad4661f8603e6a4485e0385d67f@changeid
Signed-off-by: Johannes Berg <johannes.berg@intel.com>

+2 -2
+2 -2
net/wireless/wext-compat.c
··· 7 7 * we directly assign the wireless handlers of wireless interfaces. 8 8 * 9 9 * Copyright 2008-2009 Johannes Berg <johannes@sipsolutions.net> 10 - * Copyright (C) 2019-2022 Intel Corporation 10 + * Copyright (C) 2019-2023 Intel Corporation 11 11 */ 12 12 13 13 #include <linux/export.h> ··· 227 227 * cfg80211_wext_freq - get wext frequency for non-"auto" 228 228 * @freq: the wext freq encoding 229 229 * 230 - * Returns a frequency, or a negative error code, or 0 for auto. 230 + * Returns: a frequency, or a negative error code, or 0 for auto. 231 231 */ 232 232 int cfg80211_wext_freq(struct iw_freq *freq) 233 233 {