Ver Fonte

qcacld-3.0: Fix misspellings of "operation"

Fix misspellings:
Opeartion ==> Operation
opperation ==> operation
opration ==> operation

Change-Id: I57b4e2dea3fc989d4005237a6bcffeac0e693ffa
CRs-Fixed: 3275690
Jeff Johnson há 2 anos atrás
pai
commit
e614f829b5

+ 2 - 1
core/bmi/src/bmi.c

@@ -1,5 +1,6 @@
 /*
  * Copyright (c) 2014-2019 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
@@ -103,7 +104,7 @@ void bmi_cleanup(struct ol_context *ol_ctx)
 }
 
 /**
- * bmi_done() - finish the bmi opperation
+ * bmi_done() - finish the bmi operation
  * @ol_ctx: the bmi context
  *
  * does some sanity checking.

+ 1 - 1
core/hdd/inc/wlan_hdd_main.h

@@ -2495,7 +2495,7 @@ struct hdd_adapter *hdd_get_adapter_by_macaddr(struct hdd_context *hdd_ctx,
  * @adapter: hdd adapter of vdev
  *
  * This function returns operation channel of station/p2p-cli if
- * connected, returns opration channel of sap/p2p-go if started.
+ * connected, returns operation channel of sap/p2p-go if started.
  *
  * Return: home channel if connected/started or invalid channel 0
  */

+ 2 - 2
core/hdd/src/wlan_hdd_driver_ops.c

@@ -1199,7 +1199,7 @@ hdd_to_pmo_wow_enable_params(struct wow_enable_params *in_params,
  *	hif (bus) suspend
  *
  * Return: 0 for success, -EFAULT for null pointers,
- *     -EBUSY or -EAGAIN if another opperation is in progress and
+ *     -EBUSY or -EAGAIN if another operation is in progress and
  *     wlan will not be ready to suspend in time.
  */
 static int __wlan_hdd_bus_suspend(struct wow_enable_params wow_params,
@@ -1430,7 +1430,7 @@ done:
  * Does precondtion validation. Ensures that a subsystem restart isn't in
  * progress.  Ensures that no load or unload is in progress.  Ensures that
  * it has valid pointers for the required contexts.
- * Calls into hif to resume the bus opperation.
+ * Calls into hif to resume the bus operation.
  * Calls into wma to handshake with firmware and notify it that the bus is up.
  * Calls into ol_txrx for symetry.
  * Failures are treated as catastrophic.

+ 1 - 1
core/mac/src/sys/legacy/src/utils/src/parser_api.c

@@ -7234,7 +7234,7 @@ const uint8_t *lim_get_ext_ie_ptr_from_ext_id(const uint8_t *ie,
 					       ie, ie_len);
 }
 
-/* EHT Opeartion */
+/* EHT Operation */
 /* 1 byte ext id, 1 byte eht op params, 4 bytes basic EHT MCS and NSS set*/
 #define EHTOP_FIXED_LEN         6