qcacmn: Fix hal/wifi3.0/qcn9224 documentation

The kernel-doc script identified some documentation issues in the
hal/wifi3.0/qcn9224 folder, so fix them.

Change-Id: I30e75bf3febabfb1c655f96f039059cf365916c8
CRs-Fixed: 3411783
Dieser Commit ist enthalten in:
Jeff Johnson
2023-02-20 12:41:40 -08:00
committet von Madan Koyyalamudi
Ursprung c6a6c4563d
Commit f6ce196cab
4 geänderte Dateien mit 87 neuen und 87 gelöschten Zeilen

Datei anzeigen

@@ -1,6 +1,6 @@
/*
* Copyright (c) 2021 The Linux Foundation. All rights reserved.
* Copyright (c) 2021-2022 Qualcomm Innovation Center, Inc. All rights reserved.
* Copyright (c) 2021-2023 Qualcomm Innovation Center, Inc. All rights reserved.
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
@@ -547,8 +547,8 @@ struct hal_hw_srng_config hw_srng_table_9224v2[] = {
},
};
/*
* hal_reo_config_reo2ppe_dest_info() - Configure reo2ppe dest info
/**
* hal_reo_config_reo2ppe_dest_info_9224() - Configure reo2ppe dest info
* @hal_soc_hdl: HAL SoC Context
*
* Return: None.
@@ -564,8 +564,7 @@ void hal_reo_config_reo2ppe_dest_info_9224(hal_soc_handle_t hal_soc_hdl)
#define PMM_REG_BASE_QCN9224_V2 0xB500FC
/**
* hal_get_tsf2_scratch_reg_qcn9224_v2(): API to read tsf2 scratch register
*
* hal_get_tsf2_scratch_reg_qcn9224_v2() - API to read tsf2 scratch register
* @hal_soc_hdl: HAL soc context
* @mac_id: mac id
* @value: Pointer to update tsf2 value
@@ -593,8 +592,7 @@ static void hal_get_tsf2_scratch_reg_qcn9224_v2(hal_soc_handle_t hal_soc_hdl,
}
/**
* hal_get_tqm_scratch_reg_qcn9224_v2(): API to read tqm scratch register
*
* hal_get_tqm_scratch_reg_qcn9224_v2() - API to read tqm scratch register
* @hal_soc_hdl: HAL soc context
* @value: Pointer to update tqm value
*
@@ -628,8 +626,10 @@ static void hal_hw_txrx_ops_override_qcn9224_v2(struct hal_soc *hal_soc)
hal_get_tqm_scratch_reg_qcn9224_v2;
}
/**
* hal_qcn9224_attach()- Attach 9224 target specific hal_soc ops,
* offset and srng table
* hal_qcn9224v2_attach() - Attach 9224v2 target specific hal_soc ops,
* offset and srng table
* @hal_soc: HAL SoC context
*
* Return: void
*/
void hal_qcn9224v2_attach(struct hal_soc *hal_soc)