瀏覽代碼

qcacld-3.0: Fix misspelling "exchnage"

Fix misspelling: exchnage ==> exchange

Change-Id: I3a4ce875f190e685f4b780422c91c2a25a393f9b
CRs-Fixed: 3274599
Jeff Johnson 2 年之前
父節點
當前提交
20e9462c36
共有 1 個文件被更改,包括 3 次插入2 次删除
  1. 3 2
      core/hdd/inc/wlan_hdd_wext.h

+ 3 - 2
core/hdd/inc/wlan_hdd_wext.h

@@ -1,5 +1,6 @@
 /*
  * Copyright (c) 2012-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
@@ -127,11 +128,11 @@ typedef enum {
 	/* some internal failure like memory allocation failure, etc, sync */
 	HDD_WLAN_WMM_STATUS_INTERNAL_FAILURE = 19,
 
-	/* U-APSD failed during setup but OTA setup (whether TSPEC exchnage or
+	/* U-APSD failed during setup but OTA setup (whether TSPEC exchange or
 	 * re-assoc) was done so app should release this QoS, async
 	 */
 	HDD_WLAN_WMM_STATUS_SETUP_UAPSD_SET_FAILED = 20,
-	/* U-APSD failed during modify, but OTA setup (whether TSPEC exchnage or
+	/* U-APSD failed during modify, but OTA setup (whether TSPEC exchange or
 	 * re-assoc) was done so app should release this QoS, async
 	 */
 	HDD_WLAN_WMM_STATUS_MODIFY_UAPSD_SET_FAILED = 21