projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e65b9ad
)
drivers/base/cpu.c: Fix typo in comment
author
Ralf Baechle
<ralf@linux-mips.org>
Tue, 15 Jan 2013 14:27:46 +0000
(15:27 +0100)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Wed, 16 Jan 2013 20:34:34 +0000
(12:34 -0800)
[ We should make fun of people who can't speel too, but then we'd have
no time for any real work at all - Linus ]
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/base/cpu.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/base/cpu.c
b/drivers/base/cpu.c
index 63452943abd1e2a509661f934d51be5431259b86..fb10728f63721565d282e2298f2bf14641fb8f1e 100644
(file)
--- a/
drivers/base/cpu.c
+++ b/
drivers/base/cpu.c
@@
-224,7
+224,7
@@
static void cpu_device_release(struct device *dev)
* by the cpu device.
*
* Never copy this way of doing things, or you too will be made fun of
- * on the linux-ker
en
l list, you have been warned.
+ * on the linux-ker
ne
l list, you have been warned.
*/
}