Преглед на файлове

qcacld-3.0: Fix typo "continous"

Replace typo "continous" with correct spelling "continuous".

Change-Id: I6159508bf43b3504d8a44f2088c3b98aef449460
CRs-Fixed: 2238297
Jeff Johnson преди 7 години
родител
ревизия
9a27ffa62e
променени са 2 файла, в които са добавени 4 реда и са изтрити 4 реда
  1. 3 3
      core/dp/htt/htt_fw_stats.c
  2. 1 1
      core/hdd/src/wlan_hdd_tx_rx.c

+ 3 - 3
core/dp/htt/htt_fw_stats.c

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012-2017 The Linux Foundation. All rights reserved.
+ * Copyright (c) 2012-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
@@ -322,9 +322,9 @@ htt_t2h_stats_pdev_stats_print(struct wlan_dbg_stats *wlan_pdev_stats,
 	qdf_debug("ampdu retry failed:\t%d", tx->sw_retry_failure);
 	/* ilegal phy rate errirs */
 	qdf_debug("illegal rate errs :\t%d", tx->illgl_rate_phy_err);
-	/* pdev continous excessive retries  */
+	/* pdev continuous excessive retries  */
 	qdf_debug("pdev cont xretry  :\t%d", tx->pdev_cont_xretry);
-	/* pdev continous excessive retries  */
+	/* pdev continuous excessive retries  */
 	qdf_debug("pdev tx timeout   :\t%d", tx->pdev_tx_timeout);
 	/* pdev resets  */
 	qdf_debug("pdev resets       :\t%d", tx->pdev_resets);

+ 1 - 1
core/hdd/src/wlan_hdd_tx_rx.c

@@ -1228,7 +1228,7 @@ static void __hdd_tx_timeout(struct net_device *dev)
 		 */
 		adapter->hdd_stats.tx_rx_stats.cont_txtimeout_cnt = 0;
 		QDF_TRACE(QDF_MODULE_ID_HDD_DATA, QDF_TRACE_LEVEL_DEBUG,
-			  "Reset continous tx timeout stat");
+			  "Reset continuous tx timeout stat");
 	}
 
 	adapter->hdd_stats.tx_rx_stats.jiffies_last_txtimeout = jiffies;