qcacmn: Fix dp/wifi3.0/li documentation

The kernel-doc script identified a large number of documentation
issues in dp/wifi3.0/li, so fix those issues. In addition, there are a
number of instances where public functions have their implementation
documented instead of having their interface documented, so move that
documentation.

Change-Id: I38f98ebaa5373338cdff68dbde5c0d66780413c2
CRs-Fixed: 3373156
Цей коміт міститься в:
Jeff Johnson
2023-01-04 16:17:55 -08:00
зафіксовано Madan Koyyalamudi
джерело 3903f58981
коміт 4f341433ba
5 змінених файлів з 32 додано та 31 видалено

Переглянути файл

@@ -1,6 +1,6 @@
/*
* Copyright (c) 2021 The Linux Foundation. All rights reserved.
* Copyright (c) 2021-2022 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
@@ -62,7 +62,7 @@ struct dp_peer_li {
};
/**
* dp_get_soc_context_size_LI() - get context size for dp_soc_li
* dp_get_soc_context_size_li() - get context size for dp_soc_li
*
* Return: value in bytes for LI specific soc structure
*/
@@ -78,7 +78,7 @@ void dp_initialize_arch_ops_li(struct dp_arch_ops *arch_ops);
/**
* dp_get_context_size_li() - get LI specific size for peer/vdev/pdev/soc
* @arch_ops: arch ops pointer
* @context_type: DP context type for which the size is needed
*
* Return: size in bytes for the context_type
*/