projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0bd8542
)
kernel/panic.c: update comments for print_tainted
author
Xie XiuQi
<
[email protected]
>
Thu, 13 Nov 2014 23:19:44 +0000
(15:19 -0800)
committer
Linus Torvalds
<
[email protected]
>
Fri, 14 Nov 2014 00:17:06 +0000
(16:17 -0800)
Commit
69361eef9056
("panic: add TAINT_SOFTLOCKUP") added the 'L' flag,
but failed to update the comments for print_tainted(). So, update the
comments.
Signed-off-by: Xie XiuQi <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
kernel/panic.c
patch
|
blob
|
history
diff --git
a/kernel/panic.c
b/kernel/panic.c
index d09dc5c32c6740e41a5987cca0252ad86b43bdbd..cf80672b79246dd439f64cea16d3e631e7d35f2f 100644
(file)
--- a/
kernel/panic.c
+++ b/
kernel/panic.c
@@
-244,6
+244,7
@@
static const struct tnt tnts[] = {
* 'I' - Working around severe firmware bug.
* 'O' - Out-of-tree module has been loaded.
* 'E' - Unsigned module has been loaded.
+ * 'L' - A soft lockup has previously occurred.
*
* The string is overwritten by the next call to print_tainted().
*/