qcacmn: Fix QDF time-related documentation

The kernel-doc script identified documentation issues in the QDF
time-related abstractions, so fix those issues.

Change-Id: Ieffd4a5b2a38674da1b19735ad6f35844d355f09
CRs-Fixed: 3406200
这个提交包含在:
Jeff Johnson
2023-02-13 20:13:07 -08:00
提交者 Madan Koyyalamudi
父节点 19f2d80322
当前提交 8dd3d7f449
修改 5 个文件,包含 56 行新增199 行删除

查看文件

@@ -1,6 +1,6 @@
/*
* Copyright (c) 2014-2018, 2021 The Linux Foundation. All rights reserved.
* Copyright (c) 2022 Qualcomm Innovation Center, Inc. All rights reserved.
* Copyright (c) 2022-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
@@ -64,9 +64,9 @@ int qdf_hrtimer_cancel(qdf_hrtimer_data_t *timer);
* qdf_hrtimer_init() - init hrtimer based on context
* @timer: pointer to the qdf_hrtimer_data_t object
* @callback: callback function to be fired
* @qdf_clock_id: clock type
* @qdf_hrtimer_mode: mode of qdf_hrtimer_data_t
* @qdf_context_mode: interrupt context mode
* @clock: clock type
* @mode: mode of qdf_hrtimer_data_t
* @ctx: interrupt context mode
*
* starts hrtimer in a context passed as per qdf_context_mode
*
@@ -201,9 +201,9 @@ int qdf_hrtimer_cancel(qdf_hrtimer_data_t *timer)
* qdf_hrtimer_init() - init hrtimer based on context
* @timer: pointer to the qdf_hrtimer_data_t object
* @callback: callback function to be fired
* @qdf_clock_id: clock type
* @qdf_hrtimer_mode: mode of qdf_hrtimer_data_t
* @qdf_context_mode: interrupt context mode
* @clock: clock type
* @mode: mode of qdf_hrtimer_data_t
* @ctx: interrupt context mode
*
* starts hrtimer in a context passed as per qdf_context_mode
*