Răsfoiți Sursa

qcacmn: wlan_cfg: Fix misspellings

Fix misspellings in wlan_cfg/...

Change-Id: I2370881dd3663238cbbd0417c8c9b4694c5ac27c
CRs-Fixed: 3304704
Jeff Johnson 2 ani în urmă
părinte
comite
29f3ca2434
2 a modificat fișierele cu 5 adăugiri și 5 ștergeri
  1. 2 2
      wlan_cfg/cfg_dp.h
  2. 3 3
      wlan_cfg/wlan_cfg.h

+ 2 - 2
wlan_cfg/cfg_dp.h

@@ -400,7 +400,7 @@
 
 /**
  * AP use cases need to allocate more RX Descriptors than the number of
- * entries avaialable in the SW2RXDMA buffer replenish ring. This is to account
+ * entries available in the SW2RXDMA buffer replenish ring. This is to account
  * for frames sitting in REO queues, HW-HW DMA rings etc. Hence using a
  * multiplication factor of 3, to allocate three times as many RX descriptors
  * as RX buffers.
@@ -1288,7 +1288,7 @@
 		WLAN_CFG_RXDMA_MONITOR_RX_DROP_THRESH_SIZE_MIN, \
 		WLAN_CFG_RXDMA_MONITOR_RX_DROP_THRESH_SIZE_MAX, \
 		WLAN_CFG_RXDMA_MONITOR_RX_DROP_THRESH_SIZE, \
-		CFG_VALUE_OR_DEFAULT, "RXDMA monitor rx drop theshold")
+		CFG_VALUE_OR_DEFAULT, "RXDMA monitor rx drop threshold")
 
 #define CFG_DP_PKTLOG_BUFFER_SIZE \
 		CFG_INI_UINT("PktlogBufSize", \

+ 3 - 3
wlan_cfg/wlan_cfg.h

@@ -207,7 +207,7 @@ struct wlan_srng_cfg {
  * @reo_cmd_ring: reo cmd ring size
  * @reo_status_ring: reo status ting size
  * @rxdma_refill_ring: rxdma refill ring size
- * @rxdma_err_dst_ring: rxdma error detination ring size
+ * @rxdma_err_dst_ring: rxdma error destination ring size
  * @raw_mode_war: enable/disable raw mode war
  * @enable_data_stall_detection: enable/disable specific data stall detection
  * @disable_intra_bss_fwd: flag to disable intra bss forwarding
@@ -1533,9 +1533,9 @@ int
 wlan_cfg_get_dp_soc_rx_sw_desc_num(struct wlan_cfg_dp_soc_ctxt *cfg);
 
 /*
- * wlan_cfg_get_dp_caps - Get dp capablities
+ * wlan_cfg_get_dp_caps - Get dp capabilities
  * @wlan_cfg_soc_ctx
- * @dp_caps: enum for dp capablities
+ * @dp_caps: enum for dp capabilities
  *
  * Return: bool if a dp capabilities is enabled
  */