qcacmn: hif: Fix misspellings
Address the following issues in the hif folder: CHECK: 'controll' may be misspelled - perhaps 'control'? CHECK: 'Implemenation' may be misspelled - perhaps 'Implementation'? CHECK: 'intialize' may be misspelled - perhaps 'initialize'? CHECK: 'occuring' may be misspelled - perhaps 'occurring'? CHECK: 'reseting' may be misspelled - perhaps 'resetting'? CHECK: 'stuct' may be misspelled - perhaps 'struct'? CHECK: 'substract' may be misspelled - perhaps 'subtract'? CHECK: 'successfull' may be misspelled - perhaps 'successful'? CHECK: 'syncronize' may be misspelled - perhaps 'synchronize'? CHECK: 'transfered' may be misspelled - perhaps 'transferred'? CHECK: 'untill' may be misspelled - perhaps 'until'? CHECK: 'wirte' may be misspelled - perhaps 'write'? Change-Id: I80280ecb8ac8b0270a32add74429a8df89bedbcb CRs-Fixed: 2241576
This commit is contained in:

committed by
nshrivas

orang tua
ff2dfb217b
melakukan
1002ca5ed9
@@ -78,7 +78,7 @@ int hif_dummy_bus_resume(struct hif_softc *hif_ctx)
|
||||
* hif_dummy_suspend_noirq() - suspend the bus
|
||||
* @hif_ctx: hif context
|
||||
*
|
||||
* dummy for busses that don't need to syncronize
|
||||
* dummy for busses that don't need to synchronize
|
||||
* with interrupt disable.
|
||||
*
|
||||
* Return: 0 for success and non-zero for failure
|
||||
@@ -92,7 +92,7 @@ int hif_dummy_bus_suspend_noirq(struct hif_softc *hif_ctx)
|
||||
* hif_dummy_resume_noirq() - resume the bus
|
||||
* @hif_ctx: hif context
|
||||
*
|
||||
* dummy for busses that don't need to syncronize
|
||||
* dummy for busses that don't need to synchronize
|
||||
* with interrupt disable.
|
||||
*
|
||||
* Return: 0 for success and non-zero for failure
|
||||
|
Reference in New Issue
Block a user