qcacld-3.0: components: dsc: Fix misspellings
Fix misspellings in components/dsc/... Change-Id: I1dbeabd5882415a16a686d87f00e7337e923ba2f CRs-Fixed: 3303644
This commit is contained in:

committed by
Madan Koyyalamudi

parent
56e9a4a4ef
commit
e1de35f994
@@ -1,5 +1,6 @@
|
||||
/*
|
||||
* Copyright (c) 2018-2019, 2021 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
|
||||
@@ -65,7 +66,7 @@ void dsc_vdev_destroy(struct dsc_vdev **out_vdev);
|
||||
* Call dsc_vdev_trans_stop() to complete the transition.
|
||||
*
|
||||
* Return:
|
||||
* QDF_STATUS_SUCCESS - transition started succcessfully
|
||||
* QDF_STATUS_SUCCESS - transition started successfully
|
||||
* QDF_STATUS_E_INVAL - invalid request (causes debug panic)
|
||||
* QDF_STATUS_E_AGAIN - transition cannot currently be started
|
||||
* QDF_STATUS_E_ALREADY - transition with @desc already in flight
|
||||
@@ -81,7 +82,7 @@ QDF_STATUS dsc_vdev_trans_start(struct dsc_vdev *vdev, const char *desc);
|
||||
* Call dsc_vdev_trans_stop() to complete the transition.
|
||||
*
|
||||
* Return:
|
||||
* QDF_STATUS_SUCCESS - transition started succcessfully
|
||||
* QDF_STATUS_SUCCESS - transition started successfully
|
||||
* QDF_STATUS_E_INVAL - invalid request (causes debug panic)
|
||||
* QDF_STATUS_E_AGAIN - transition cannot currently be started
|
||||
* QDF_STATUS_E_ALREADY - transition with @desc already queued or in flight
|
||||
@@ -114,7 +115,7 @@ void dsc_vdev_assert_trans_protected(struct dsc_vdev *vdev);
|
||||
* @vdev: the vdev to start an operation on
|
||||
*
|
||||
* Return:
|
||||
* QDF_STATUS_SUCCESS - operation started succcessfully
|
||||
* QDF_STATUS_SUCCESS - operation started successfully
|
||||
* QDF_STATUS_E_INVAL - invalid request (causes debug panic)
|
||||
* QDF_STATUS_E_AGAIN - operation cannot currently be started
|
||||
* QDF_STATUS_E_NOMEM - out of memory
|
||||
|
Reference in New Issue
Block a user