qcacld-3.0: core: pld: Fix misspellings
Fix misspellings in core/pld/... Change-Id: If0aa0e88eaf765b47c9c25fa3549f9d3d59d766d CRs-Fixed: 3303626
Этот коммит содержится в:

коммит произвёл
Madan Koyyalamudi

родитель
4dab96c755
Коммит
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;
|
||||
|
Ссылка в новой задаче
Block a user