Fix common misspellings
Fixes generated by 'codespell' and manually reviewed. Signed-off-by: Lucas De Marchi <lucas.demarchi@profusion.mobi>
This commit is contained in:
@@ -1123,7 +1123,7 @@ list_modified:
|
||||
list_for_each_entry_safe(ipm, tmp, &card->ipm_list, list){
|
||||
switch (ipm->ipm_state) {
|
||||
case LCS_IPM_STATE_SET_REQUIRED:
|
||||
/* del from ipm_list so noone else can tamper with
|
||||
/* del from ipm_list so no one else can tamper with
|
||||
* this entry */
|
||||
list_del_init(&ipm->list);
|
||||
spin_unlock_irqrestore(&card->ipm_lock, flags);
|
||||
|
Reference in New Issue
Block a user