فهرست منبع

qcacmn: umac: Fix misspellings

Address the following issues in the umac folder:
CHECK: 'defintions' may be misspelled - perhaps 'definitions'?
CHECK: 'destory' may be misspelled - perhaps 'destroy'?
CHECK: 'faild' may be misspelled - perhaps 'failed'?
CHECK: 'initilization' may be misspelled - perhaps 'initialization'?
CHECK: 'managment' may be misspelled - perhaps 'management'?
CHECK: 'muticast' may be misspelled - perhaps 'multicast'?
CHECK: 'ouput' may be misspelled - perhaps 'output'?
CHECK: 'segement' may be misspelled - perhaps 'segment'?
CHECK: 'successfull' may be misspelled - perhaps 'successful'?
CHECK: 'untill' may be misspelled - perhaps 'until'?

Change-Id: If60c276c134ef10ce6be26cd5a4036d53d5724b6
CRs-Fixed: 2241586
Jeff Johnson 7 سال پیش
والد
کامیت
65059eb837
3فایلهای تغییر یافته به همراه6 افزوده شده و 6 حذف شده
  1. 3 3
      core/src/wlan_tdls_ct.h
  2. 1 1
      dispatcher/inc/wlan_tdls_public_structs.h
  3. 2 2
      dispatcher/inc/wlan_tdls_ucfg_api.h

+ 3 - 3
core/src/wlan_tdls_ct.h

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2017 The Linux Foundation. All rights reserved.
+ * Copyright (c) 2017-2018 The Linux Foundation. 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
@@ -60,7 +60,7 @@ void tdls_implicit_enable(struct tdls_vdev_priv_obj *tdls_vdev);
  * @mac_addr: mac address of the data
  *
  * Increase the rx packet count, if the sender is not bssid and the packet is
- * not broadcast and muticast packet
+ * not broadcast and multicast packet
  *
  * This sampling information will be used in TDLS connection tracker
  *
@@ -78,7 +78,7 @@ void tdls_update_rx_pkt_cnt(struct wlan_objmgr_vdev *vdev,
  * @mac_addr: mac address of the data
  *
  * Increase the tx packet count, if the sender is not bssid and the packet is
- * not broadcast and muticast packet
+ * not broadcast and multicast packet
  *
  * This sampling information will be used in TDLS connection tracker
  *

+ 1 - 1
dispatcher/inc/wlan_tdls_public_structs.h

@@ -1007,7 +1007,7 @@ struct tdls_get_all_peers {
  * @cmd_buf: cmd buffer
  * @len: length of the frame
  * @use_default_ac: access category
- * @tdls_mgmt: tdls managment
+ * @tdls_mgmt: tdls management
  */
 struct tdls_action_frame_request {
 	struct wlan_objmgr_vdev *vdev;

+ 2 - 2
dispatcher/inc/wlan_tdls_ucfg_api.h

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2017 The Linux Foundation. All rights reserved.
+ * Copyright (c) 2017-2018 The Linux Foundation. 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
@@ -40,7 +40,7 @@
 QDF_STATUS ucfg_tdls_init(void);
 
 /**
- * ucfg_tdls_deinit() - TDLS module deinitilization API
+ * ucfg_tdls_deinit() - TDLS module deinitialization API
  *
  * Return: QDF_STATUS
  */