qcacmn: Fix OSIF Documentation

The kernel-doc script identified some documentation issues in the
os_if folder, so fix most of them. However do not modify the file
qca_vendor.h since most of the issues there are present upstream, and
the downstream file should match the upstream file.

Change-Id: I71948fb497c1ea2d1dd46308277d99beefde18b8
CRs-Fixed: 3390428
This commit is contained in:
Jeff Johnson
2023-01-27 15:44:46 -08:00
committed by Madan Koyyalamudi
父節點 3388a6e5a2
當前提交 7bc9ad4d74
共有 23 個文件被更改,包括 157 次插入91 次删除

查看文件

@@ -1,5 +1,5 @@
/*
* 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
@@ -17,7 +17,7 @@
*/
/**
* DOC : osif_twt_req.h
* DOC: osif_twt_req.h
*
*/

查看文件

@@ -1,5 +1,5 @@
/*
* 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
@@ -17,7 +17,7 @@
*/
/**
* DOC : osif_twt_rsp.h
* DOC: osif_twt_rsp.h
*
*/

查看文件

@@ -1,5 +1,5 @@
/*
* 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
@@ -17,7 +17,7 @@
*/
/**
* DOC : osif_twt_util.h
* DOC: osif_twt_util.h
*
*/
@@ -27,7 +27,8 @@
#if defined(WLAN_SUPPORT_TWT) && defined(WLAN_TWT_CONV_SUPPORTED)
/**
* struct twt_en_dis_priv - twt enable/disable private context
* @vdev_id: vdev id
* @pdev_id: pdev id
* @status: TWT status
*/
struct twt_en_dis_priv {
uint32_t pdev_id;