Fix comment typo "spin_lock_irqrestore".
Fix "spin_lock_irqrestore" to "spin_unlock_irqrestore." Signed-off-by: Robert P. J. Day <rpjday@mindspring.com> Signed-off-by: Adrian Bunk <bunk@stusta.de>
This commit is contained in:
Родитель
bbf2f9fb1c
Коммит
85d1fe095c
|
@ -147,7 +147,7 @@
|
|||
* in UP:
|
||||
* - we need to protect against PMU overflow interrupts (local_irq_disable)
|
||||
*
|
||||
* spin_lock_irqsave()/spin_lock_irqrestore():
|
||||
* spin_lock_irqsave()/spin_unlock_irqrestore():
|
||||
* in SMP: local_irq_disable + spin_lock
|
||||
* in UP : local_irq_disable
|
||||
*
|
||||
|
|
Загрузка…
Ссылка в новой задаче