1
0

qcacmn: Fix HTC documentation

The kernel-doc script identified some kernel-doc issues in the htc
folder, so fix them.

Change-Id: I6523448836f4a0cdd1ff174634fce287b2d85d6a
CRs-Fixed: 3377576
Este cometimento está contido em:
Jeff Johnson
2023-01-10 16:24:41 -08:00
cometido por Madan Koyyalamudi
ascendente cdcad2eab9
cometimento 22f89679c1
5 ficheiros modificados com 133 adições e 104 eliminações

Ver ficheiro

@@ -1,5 +1,6 @@
/*
* Copyright (c) 2018,2020-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
@@ -46,7 +47,8 @@ struct HTC_CREDIT_HISTORY htc_credit_history_buffer[HTC_CREDIT_HISTORY_MAX];
#ifdef QCA_WIFI_EMULATION
#define HTC_EMULATION_DELAY_IN_MS 20
/**
* htc_add_delay(): Adds a delay in before proceeding, only for emulation
* htc_add_emulation_delay() - Adds a delay in before proceeding, only for
* emulation
*
* Return: None
*/
@@ -78,7 +80,7 @@ void htc_credit_history_init(void)
* htc_credit_record() - records tx que state & credit transactions
* @type: type of echange can be HTC_REQUEST_CREDIT
* or HTC_PROCESS_CREDIT_REPORT
* @tx_credits: current number of tx_credits
* @tx_credit: current number of tx_credits
* @htc_tx_queue_depth: current hct tx queue depth
*
* This function records the credits and pending commands whenever a command is