projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d9ff66
)
doc: timers-howto: fix a typo ("unsgined")
author
Jonathan Neuschäfer
<j.neuschaefer@gmx.net>
Mon, 16 May 2011 19:15:34 +0000
(21:15 +0200)
committer
Jiri Kosina
<jkosina@suse.cz>
Tue, 17 May 2011 08:52:02 +0000
(10:52 +0200)
Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Documentation/timers/timers-howto.txt
patch
|
blob
|
history
diff --git
a/Documentation/timers/timers-howto.txt
b/Documentation/timers/timers-howto.txt
index c9ef29d2ede3e304a030e150034087a6e6e54c32..038f8c77a0767d26f64526924178bec3439b98bc 100644
(file)
--- a/
Documentation/timers/timers-howto.txt
+++ b/
Documentation/timers/timers-howto.txt
@@
-24,7
+24,7
@@
ATOMIC CONTEXT:
ndelay(unsigned long nsecs)
udelay(unsigned long usecs)
- mdelay(uns
gi
ned long msecs)
+ mdelay(uns
ig
ned long msecs)
udelay is the generally preferred API; ndelay-level
precision may not actually exist on many non-PC devices.