qcacld-3.0: core: pld: Fix misspellings
Fix misspellings in core/pld/... Change-Id: If0aa0e88eaf765b47c9c25fa3549f9d3d59d766d CRs-Fixed: 3303626
This commit is contained in:

committed by
Madan Koyyalamudi

szülő
4dab96c755
commit
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;
|
||||
|
Reference in New Issue
Block a user