Browse Source

qcacld-3.0: core: pld: Fix misspellings

Fix misspellings in core/pld/...

Change-Id: If0aa0e88eaf765b47c9c25fa3549f9d3d59d766d
CRs-Fixed: 3303626
Jeff Johnson 2 years ago
parent
commit
806182f685
1 changed files with 2 additions and 2 deletions
  1. 2 2
      core/pld/src/pld_common.c

+ 2 - 2
core/pld/src/pld_common.c

@@ -1822,7 +1822,7 @@ int pld_power_on(struct device *dev)
 	switch (pld_get_bus_type(dev)) {
 	case PLD_BUS_TYPE_PCIE:
 		/* cnss platform driver handles PCIe SoC
-		 * power on/off seqeunce so let CNSS driver
+		 * power on/off sequence so let CNSS driver
 		 * handle the power on sequence for PCIe SoC
 		 */
 		break;
@@ -1858,7 +1858,7 @@ int pld_power_off(struct device *dev)
 	switch (pld_get_bus_type(dev)) {
 	case PLD_BUS_TYPE_PCIE:
 		/* cnss platform driver handles PCIe SoC
-		 * power on/off seqeunce so let CNSS driver
+		 * power on/off sequence so let CNSS driver
 		 * handle the power off sequence for PCIe SoC
 		 */
 		break;