瀏覽代碼

qcacmn: ftm: Fix misspellings

Fix misspellings in ftm/...

Change-Id: I60e81fb576de19117e4baeaceff3f3fcfa723f7d
CRs-Fixed: 3304683
Jeff Johnson 2 年之前
父節點
當前提交
f7586e623e
共有 2 個文件被更改,包括 5 次插入4 次删除
  1. 2 1
      ftm/dispatcher/inc/wlan_ftm_ucfg_api.h
  2. 3 3
      ftm/dispatcher/src/wlan_ftm_ucfg_api.c

+ 2 - 1
ftm/dispatcher/inc/wlan_ftm_ucfg_api.h

@@ -1,5 +1,6 @@
 /*
  * Copyright (c) 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
@@ -88,7 +89,7 @@ enum wifi_ftm_pdev_cmd_type {
  * struct wifi_ftm_pdev_priv_obj - wifi ftm pdev utf event info
  * @pdev: pointer to pdev
  * @data: data ptr
- * @current_seq: curent squence
+ * @current_seq: current sequence
  * @expected_seq: expected sequence
  * @length: length
  * @offset: offset

+ 3 - 3
ftm/dispatcher/src/wlan_ftm_ucfg_api.c

@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 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
@@ -102,8 +102,8 @@ wlan_ftm_process_utf_event(struct wlan_objmgr_pdev *pdev,
 		ftm_pdev_obj->length = ftm_pdev_obj->offset;
 
 		/**
-		 * If the repsonse is for a command from FTM daemon,
-		 * send this repsonse data to cfg80211
+		 * If the response is for a command from FTM daemon,
+		 * send this response data to cfg80211
 		 */
 		if (ftm_pdev_obj->cmd_type == WIFI_FTM_CMD_NL80211) {
 			if (wlan_cfg80211_ftm_rx_event(pdev, ftm_pdev_obj->data,