qcacmn: Fix QDF documentation

The kernel-doc script identified a large number of documentation
issues in the QDF. A series of patches has already fixed many of the
issues, so fix most of the remaining ones.

Note that the QDF IPA abstraction still has issues, but it is under
rework, so not trying to clean it up until after the rework is
complete.

Change-Id: I10c33e341cb6b46e0f8ada99069616d450c07189
CRs-Fixed: 3406197
This commit is contained in:
Jeff Johnson
2023-02-13 20:15:22 -08:00
committed by Madan Koyyalamudi
부모 de1279ed3f
커밋 4042de592d
33개의 변경된 파일287개의 추가작업 그리고 250개의 파일을 삭제

파일 보기

@@ -1,6 +1,6 @@
/*
* Copyright (c) 2018, 2020 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
@@ -58,7 +58,7 @@ static inline void qdf_streamfs_remove_file(qdf_dentry_t d)
}
/**
* qdf_debugfs_remove_dir_recursive() - wrapper to remove directory recursively
* qdf_streamfs_remove_dir_recursive() - wrapper to remove directory recursively
* @d: debugfs node
*
* This function will recursively remove a directory in streamfs that was
@@ -131,7 +131,7 @@ void qdf_streamfs_reset(qdf_streamfs_chan_t chan);
* count
* @chan: pointer to qdf_streamfs_chan.
* @cpu: the cpu associated with the channel buffer to update
* @subbufs_consumed: number of sub-buffers to add to current buf's count
* @consumed: number of sub-buffers to add to current buf's count
*
* Returns NONE
*/