qcacmn: umac: cmn_services: Fix misspellings

Fix misspellings in umac/cmn_services/...

Change-Id: I74c006b3e585e3d4f6ec8c025ef313133c9e3068
CRs-Fixed: 3304695
This commit is contained in:
Jeff Johnson
2022-09-30 15:15:59 -07:00
committed by Madan Koyyalamudi
orang tua c52c4258c2
melakukan ed240b1daf
29 mengubah file dengan 76 tambahan dan 68 penghapusan

Melihat File

@@ -18,7 +18,7 @@
*/
/**
* DOC: Private definations for handling crypto params
* DOC: Private definitions for handling crypto params
*/
#ifndef _WLAN_CRYPTO_DEF_I_H_
#define _WLAN_CRYPTO_DEF_I_H_
@@ -115,7 +115,7 @@ static inline void wlan_crypto_put_be64(u8 *a, u64 val)
#define WLAN_CRYPTO_TX_OPS_DEREGISTER_EVENTS(tx_ops) \
((tx_ops)->crypto_tx_ops.deregister_events)
/* unalligned little endian access */
/* unaligned little endian access */
#ifndef LE_READ_2
#define LE_READ_2(p) \
((uint16_t) \

Melihat File

@@ -2481,7 +2481,7 @@ bool wlan_crypto_is_mmie_valid(struct wlan_objmgr_vdev *vdev,
if (ret < 0) {
qdf_mem_free(mic);
crypto_err("genarate mmie failed");
crypto_err("generate mmie failed");
return false;
}
@@ -3727,7 +3727,7 @@ exit:
* wlan_crypto_register_crypto_rx_ops - set crypto_rx_ops
* @crypto_rx_ops: crypto_rx_ops
*
* This function gets called by object manger to register crypto rx ops.
* This function gets called by object manager to register crypto rx ops.
*
* Return: QDF_STATUS
*/

Melihat File

@@ -1,5 +1,6 @@
/*
* Copyright (c) 2017-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
@@ -17,7 +18,7 @@
*/
/**
* DOC: Public API intialization of crypto service with object manager
* DOC: Public API initialization of crypto service with object manager
*/
#include <qdf_types.h>
#include "wlan_crypto_main_i.h"

Melihat File

@@ -18,7 +18,7 @@
*/
/**
* DOC: Public API intialization of crypto service with object manager
* DOC: Public API initialization of crypto service with object manager
*/
#include <qdf_types.h>
#include <wlan_cmn.h>

Melihat File

@@ -1,5 +1,6 @@
/*
* Copyright (c) 2017-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
@@ -17,7 +18,7 @@
*/
/**
* DOC: Public API intialization of crypto service with object manager
* DOC: Public API initialization of crypto service with object manager
*/
#ifndef __WLAN_CRYPTO_OBJ_MGR_I_