summaryrefslogtreecommitdiff
path: root/core/pld
diff options
context:
space:
mode:
authorJeff Johnson <jjohnson@codeaurora.org>2018-05-12 16:04:22 -0700
committernshrivas <nshrivas@codeaurora.org>2018-05-16 18:01:49 -0700
commit5e58340074e39cf1bd8a5564e372c405c3e412d1 (patch)
tree83faa897519cc86659562aecd54f3c230f127175 /core/pld
parent47d7524e3eac26b3c05e7fd861dfc6a9ca6b25dd (diff)
downloadqcacld-5e58340074e39cf1bd8a5564e372c405c3e412d1.tar.gz
qcacld-3.0: pld: Fix misspelling of 'bandwidth'
Address the following issue in the core/pld folder: CHECK: 'bandwith' may be misspelled - perhaps 'bandwidth'? Change-Id: Ic397c156ff7ba32cec590083098474af16569ea7 CRs-Fixed: 2241943
Diffstat (limited to 'core/pld')
-rw-r--r--core/pld/inc/pld_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/pld/inc/pld_common.h b/core/pld/inc/pld_common.h
index cbc6676790..1b9e9a9d92 100644
--- a/core/pld/inc/pld_common.h
+++ b/core/pld/inc/pld_common.h
@@ -57,7 +57,7 @@ enum pld_bus_type {
#define PLD_MAX_FIRMWARE_SIZE (1 * 1024 * 1024)
/**
- * enum pld_bus_width_type - bus bandwith
+ * enum pld_bus_width_type - bus bandwidth
* @PLD_BUS_WIDTH_NONE: don't vote for bus bandwidth
* @PLD_BUS_WIDTH_LOW: vote for low bus bandwidth
* @PLD_BUS_WIDTH_MEDIUM: vote for medium bus bandwidth