qcacmn: Fix hal/wifi3.0/qca6390 documentation

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

Change-Id: I56bf59aea331e4f720610436222af824ee0265d7
CRs-Fixed: 3410710
This commit is contained in:
Jeff Johnson
2023-02-19 17:37:11 -08:00
committed by Madan Koyyalamudi
parent e867292a52
commit f11e72a709
3 changed files with 134 additions and 136 deletions

View File

@@ -1,5 +1,6 @@
/*
* Copyright (c) 2016-2021 The Linux Foundation. All rights reserved.
* Copyright (c) 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
@@ -380,9 +381,8 @@ hal_rx_msdu_start_nss_get_6390(uint8_t *buf)
/**
* hal_rx_mon_hw_desc_get_mpdu_status_6390(): Retrieve MPDU status
*
* @ hw_desc_addr: Start address of Rx HW TLVs
* @ rs: Status for monitor mode
* @hw_desc_addr: Start address of Rx HW TLVs
* @rs: Status for monitor mode
*
* Return: void
*/
@@ -437,7 +437,7 @@ static uint8_t hal_rx_get_tlv_6390(void *rx_tlv)
* hal_rx_proc_phyrx_other_receive_info_tlv_6390()
* - process other receive info TLV
* @rx_tlv_hdr: pointer to TLV header
* @ppdu_info: pointer to ppdu_info
* @ppdu_info_handle: pointer to ppdu_info
*
* Return: None
*/
@@ -472,10 +472,10 @@ void hal_rx_proc_phyrx_other_receive_info_tlv_6390(void *rx_tlv_hdr,
}
/**
* hal_rx_dump_msdu_start_tlv_6390() : dump RX msdu_start TLV in structured
* human readable format.
* @ msdu_start: pointer the msdu_start TLV in pkt.
* @ dbg_level: log level.
* hal_rx_dump_msdu_start_tlv_6390() - dump RX msdu_start TLV in structured
* human readable format.
* @msdustart: pointer the msdu_start TLV in pkt.
* @dbg_level: log level.
*
* Return: void
*/
@@ -549,10 +549,10 @@ static void hal_rx_dump_msdu_start_tlv_6390(void *msdustart, uint8_t dbg_level)
}
/**
* hal_rx_dump_msdu_end_tlv_6390: dump RX msdu_end TLV in structured
* human readable format.
* @ msdu_end: pointer the msdu_end TLV in pkt.
* @ dbg_level: log level.
* hal_rx_dump_msdu_end_tlv_6390() - dump RX msdu_end TLV in structured
* human readable format.
* @msduend: pointer the msdu_end TLV in pkt.
* @dbg_level: log level.
*
* Return: void
*/