linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [2.6.0-test4][TRIVIAL][DOC] kernel-locking.tmpl: typo fix: spin_lock_restore
@ 2003-08-23 14:26 Vinay K Nallamothu
  0 siblings, 0 replies; only message in thread
From: Vinay K Nallamothu @ 2003-08-23 14:26 UTC (permalink / raw)
  To: Trivial Patch Monkey; +Cc: LKML

--- linux-2.6.0-test4/Documentation/DocBook/kernel-locking.tmpl	2003-07-15 17:23:34.000000000 +0530
+++ linux-2.6.0-test4-nvk/Documentation/DocBook/kernel-locking.tmpl	2003-08-23 19:38:42.000000000 +0530
@@ -463,7 +463,7 @@
       <function>spin_lock_irqsave()</function> 
       (<filename>include/linux/spinlock.h</filename>) is a variant
       which saves whether interrupts were on or off in a flags word,
-      which is passed to <function>spin_lock_irqrestore()</function>.  This 
+      which is passed to <function>spin_unlock_irqrestore()</function>.  This 
       means that the same code can be used inside an hard irq handler (where
       interrupts are already off) and in softirqs (where the irq
       disabling is required).




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-08-23 14:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-08-23 14:26 [2.6.0-test4][TRIVIAL][DOC] kernel-locking.tmpl: typo fix: spin_lock_restore Vinay K Nallamothu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).