qcacld-3.0: Fix Target Interface Documentation
The kernel-doc script identified some documentation issues in components/target_if, so fix them. Change-Id: Id925b899074b1e9491cc3b9a3066420512459770 CRs-Fixed: 3359868
This commit is contained in:

committed by
Madan Koyyalamudi

parent
884f011576
commit
a38d67be64
@@ -1,5 +1,6 @@
|
||||
/*
|
||||
* Copyright (c) 2018 The Linux Foundation. All rights reserved.
|
||||
* Copyright (c) 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
|
||||
@@ -60,7 +61,7 @@ int target_if_encrypt_decrypt_event_handler(ol_scn_t scn_handle, uint8_t *data,
|
||||
void target_if_disa_register_tx_ops(struct wlan_disa_tx_ops *tx_ops);
|
||||
|
||||
/**
|
||||
* target_if_disa_register_ev_handler() - Register disa event handlers.
|
||||
* target_if_disa_register_ev_handlers() - Register disa event handlers.
|
||||
* @psoc:objmgr psoc handle
|
||||
*
|
||||
* Return: QDF status
|
||||
@@ -69,7 +70,7 @@ QDF_STATUS
|
||||
target_if_disa_register_ev_handlers(struct wlan_objmgr_psoc *psoc);
|
||||
|
||||
/**
|
||||
* target_if_disa_register_ev_handler() - Unregister disa event handlers.
|
||||
* target_if_disa_unregister_ev_handlers() - Unregister disa event handlers.
|
||||
* @psoc:objmgr psoc handle
|
||||
*
|
||||
* Return: QDF status
|
||||
|
Reference in New Issue
Block a user