projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a56db1
)
trivial comment wording/typo fix regarding taint flags
author
Daniel Roesen
<dr@cluenet.de>
Fri, 19 Oct 2007 22:30:06 +0000
(
00:30
+0200)
committer
Adrian Bunk
<bunk@kernel.org>
Fri, 19 Oct 2007 22:30:06 +0000
(
00:30
+0200)
Signed-off-by: Daniel Roesen <dr@cluenet.de>
Signed-off-by: Adrian Bunk <bunk@kernel.org>
kernel/panic.c
patch
|
blob
|
blame
|
history
diff --git
a/kernel/panic.c
b/kernel/panic.c
index 3886bd8230feac054f873d261d7d81d398c118f2..6f6e03e91595f7f1959a282c5a35697efb02c79d 100644
(file)
--- a/
kernel/panic.c
+++ b/
kernel/panic.c
@@
-148,7
+148,7
@@
EXPORT_SYMBOL(panic);
* 'F' - Module has been forcibly loaded.
* 'S' - SMP with CPUs not designed for SMP.
* 'R' - User forced a module unload.
- * 'M' -
Machine had a machine check experience
.
+ * 'M' -
System experienced a machine check exception
.
* 'B' - System has hit bad_page.
* 'U' - Userspace-defined naughtiness.
*