qcacmn: Fix reg_get_min_max_bw_on_cur_chan_list kernel doc

The kernel-doc script identified some documentation issues in
the doc of reg_get_min_max_bw_on_cur_chan_list, so fix those
issues.

Change-Id: I5f720706b8c744f39d4ad6f6dbd6e722c3d53096
CRs-Fixed: 3409405
This commit is contained in:
Sheenam Monga
2023-03-01 16:05:45 +05:30
committed by Madan Koyyalamudi
parent 60919a5e84
commit 9567fe0031
2 changed files with 6 additions and 6 deletions

View File

@@ -965,9 +965,9 @@ enum channel_enum reg_get_chan_enum_for_freq(qdf_freq_t freq);
* reg_get_min_max_bw_on_cur_chan_list() - To get min and max BW supported
* by channel enum
* @pdev: pointer to pdev
* @chn_idx: enum channel_enum
* @min bw: min bw
* @max bw: max bw
* @chan_idx: enum channel_enum
* @min_bw: min bw
* @max_bw: max bw
*
* Return: SUCCESS/FAILURE
*/

View File

@@ -1435,9 +1435,9 @@ enum channel_enum wlan_reg_get_chan_enum_for_freq(qdf_freq_t freq);
* wlan_reg_get_min_max_bw_for_chan_index() - To get min and max BW supported
* by channel enum
* @pdev: pointer to pdev
* @chn_idx: enum channel_enum
* @min bw: min bw
* @max bw: max bw
* @chan_idx: enum channel_enum
* @min_bw: min bw
* @max_bw: max bw
*
* Return: SUCCESS/FAILURE
*/