qcacld-3.0: core: pld: Fix misspellings

Fix misspellings in core/pld/...

Change-Id: If0aa0e88eaf765b47c9c25fa3549f9d3d59d766d
CRs-Fixed: 3303626
このコミットが含まれているのは:
Jeff Johnson
2022-09-29 14:17:53 -07:00
committed by Madan Koyyalamudi
コミット 806182f685

ファイルの表示

@@ -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;