qcacld-3.0: Fix DISA documentation

The kernel-doc script identified a few documentation issues in
components/disa, so fix them.

Change-Id: I211fac8d786a64023f9ba2038d5849c418c38159
CRs-Fixed: 3356921
This commit is contained in:
Jeff Johnson
2022-12-08 12:58:41 -08:00
committed by Madan Koyyalamudi
parent c7369d8419
commit 9a425bdb12
5 changed files with 17 additions and 12 deletions

View File

@@ -1,5 +1,6 @@
/*
* Copyright (c) 2018 The Linux Foundation. All rights reserved.
* Copyright (c) 2022 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
@@ -86,6 +87,8 @@ struct wlan_disa_ctx *disa_get_context(void);
* disa_core_encrypt_decrypt_req() - Form encrypt/decrypt request
* @psoc: objmgr psoc object
* @req: DISA encrypt/decrypt request parameters
* @cb: Response callback for the encrypt/decrypt request
* @cookie: Cookie to pass to the response callback
*
* Return: QDF status success or failure
*/

View File

@@ -1,5 +1,6 @@
/*
* Copyright (c) 2018 The Linux Foundation. All rights reserved.
* Copyright (c) 2022 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
@@ -84,7 +85,7 @@ disa_vdev_get_id(struct wlan_objmgr_vdev *vdev)
/* Tree Navigation */
/**
/*
* !PLEASE READ!
*
* The following are objmgr navigation helpers for traversing objmgr object

View File

@@ -1,5 +1,6 @@
/*
* Copyright (c) 2018 The Linux Foundation. All rights reserved.
* Copyright (c) 2022 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
@@ -34,7 +35,7 @@
*
* @disa_rx_ops: rx operations for disa
* @disa_tx_ops: tx operations for disa
* @disa_psoc_lock: spin lock for disa psoc priv ctx
* @lock: spin lock for disa psoc priv ctx
*/
struct disa_psoc_priv_obj {
struct wlan_disa_rx_ops disa_rx_ops;
@@ -47,6 +48,7 @@ struct disa_psoc_priv_obj {
*
* @callback: hdd callback for disa encrypt/decrypt resp
* @callback_context: context for the callback
* @request_active: true if a request is active
* @lock: spin lock for disa context
*/
struct wlan_disa_ctx {