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

wifi: mac80211_hwsim: move kernel-doc description

Move the description after the parameter section, to make the
kernel-doc script in verbose mode happy about it.

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

+9 -9
+9 -9
drivers/net/wireless/virtual/mac80211_hwsim.c
··· 72 72 /** 73 73 * enum hwsim_regtest - the type of regulatory tests we offer 74 74 * 75 - * These are the different values you can use for the regtest 76 - * module parameter. This is useful to help test world roaming 77 - * and the driver regulatory_hint() call and combinations of these. 78 - * If you want to do specific alpha2 regulatory domain tests simply 79 - * use the userspace regulatory request as that will be respected as 80 - * well without the need of this module parameter. This is designed 81 - * only for testing the driver regulatory request, world roaming 82 - * and all possible combinations. 83 - * 84 75 * @HWSIM_REGTEST_DISABLED: No regulatory tests are performed, 85 76 * this is the default value. 86 77 * @HWSIM_REGTEST_DRIVER_REG_FOLLOW: Used for testing the driver regulatory ··· 116 125 * domain request 117 126 * 6 and on - should follow the intersection of the 3rd, 4rth and 5th radio 118 127 * regulatory requests. 128 + * 129 + * These are the different values you can use for the regtest 130 + * module parameter. This is useful to help test world roaming 131 + * and the driver regulatory_hint() call and combinations of these. 132 + * If you want to do specific alpha2 regulatory domain tests simply 133 + * use the userspace regulatory request as that will be respected as 134 + * well without the need of this module parameter. This is designed 135 + * only for testing the driver regulatory request, world roaming 136 + * and all possible combinations. 119 137 */ 120 138 enum hwsim_regtest { 121 139 HWSIM_REGTEST_DISABLED = 0,