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:
@@ -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
|
||||
*/
|
||||
|
Reference in New Issue
Block a user