qcacmn: Fix QDF trace documentation
The kernel-doc script identified documentation issues in the QDF trace abstractions, so fix those issues. In addition, there are instances where public functions have their implementation documented instead of having their interface documented, so move that documentation. Change-Id: Ife16fe9527dbe013003c5f2f04d7e9d0a9aa385a CRs-Fixed: 3406201
This commit is contained in:

committed by
Madan Koyyalamudi

parent
4eedfd8cf7
commit
c3c262ca32
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2021 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
|
||||
@@ -259,8 +259,8 @@ void qdf_trace_dp_del_reg_write(uint8_t srng_id, uint32_t enq_val,
|
||||
}
|
||||
|
||||
/**
|
||||
* qdf_trace_dp_ce_tasklet_sched_lat_enabled() - Get the dp_ce_tasklet_sched_lat
|
||||
* tracepoint enabled or disabled state
|
||||
* qdf_trace_dp_ce_tasklet_sched_latency_enabled() - Get the
|
||||
* dp_ce_tasklet_sched_latency tracepoint enabled or disabled state
|
||||
*
|
||||
* Return: True if the tracepoint is enabled else false
|
||||
*/
|
||||
|
Reference in New Issue
Block a user