qcacmn: Fix target_if documentation
The kernel-doc script identified multiple documentation issues in the target_if folder. Some sub-folders which had a multitude of issues were patched individually. Now fix the remaining issues. Change-Id: Ia46f54eaec90762e61e590344760f3c3364088de CRs-Fixed: 3417471
This commit is contained in:

committed by
Madan Koyyalamudi

parent
29eb537def
commit
ad2ba39a28
@@ -1,6 +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
|
||||
@@ -58,9 +58,9 @@ target_if_ftm_detach(struct wlan_objmgr_psoc *psoc);
|
||||
/**
|
||||
* target_if_ftm_cmd_send() - Send WMI command for FTM requests
|
||||
* @pdev: pdev pointer
|
||||
* buf: data to be sent to FW
|
||||
* len: length of the data
|
||||
* pdev_id: pdev id
|
||||
* @buf: data to be sent to FW
|
||||
* @len: length of the data
|
||||
* @pdev_id: pdev id
|
||||
*
|
||||
* Return: QDF_STATUS_SUCCESS on success, QDF_STATUS_E_** on error
|
||||
*/
|
||||
|
Reference in New Issue
Block a user