Merge tag 'docs-4.20' of git://git.lwn.net/linux
[linux-2.6-microblaze.git] / Documentation / scheduler / completion.txt
index 2dbff57..e5b9df4 100644 (file)
@@ -267,7 +267,8 @@ queue spinlock. Any such concurrent calls to complete() or complete_all()
 probably are a design bug.
 
 Signaling completion from IRQ context is fine as it will appropriately
-lock with spin_lock_irqsave()/spin_unlock_irqrestore() and it will never sleep.
+lock with spin_lock_irqsave()/spin_unlock_irqrestore() and it will never
+sleep. 
 
 
 try_wait_for_completion()/completion_done():