qcacmn: qdf: Fix misspellings
Fix misspellings in qdf/... Change-Id: If61ee47fba94b2bb60f33ab74feda56dbe5cb7bd CRs-Fixed: 3277902
This commit is contained in:

committed by
Madan Koyyalamudi

parent
b26f2f678c
commit
3bdf954afc
@@ -70,7 +70,7 @@ void qdf_register_mc_timer_callback(void (*callback) (qdf_mc_timer_t *))
|
||||
|
||||
qdf_export_symbol(qdf_register_mc_timer_callback);
|
||||
|
||||
/* Function declarations and documenation */
|
||||
/* Function declarations and documentation */
|
||||
|
||||
/**
|
||||
* qdf_try_allowing_sleep() - clean up timer states after it has been deactivated
|
||||
@@ -675,7 +675,7 @@ QDF_STATUS qdf_mc_timer_start(qdf_mc_timer_t *timer, uint32_t expiration_time)
|
||||
return QDF_STATUS_E_INVAL;
|
||||
}
|
||||
|
||||
/* make sure the remainer of the logic isn't interrupted */
|
||||
/* make sure the remainder of the logic isn't interrupted */
|
||||
qdf_spin_lock_irqsave(&timer->platform_info.spinlock);
|
||||
|
||||
/* ensure if the timer can be started */
|
||||
|
Reference in New Issue
Block a user