From: Xie XiuQi Date: Thu, 13 Nov 2014 23:19:44 +0000 (-0800) Subject: kernel/panic.c: update comments for print_tainted X-Git-Tag: v4.14-rc1~6492^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bc53a3f46de8f3b2e28d46106216f3a759be8705;p=platform%2Fkernel%2Flinux-rpi.git kernel/panic.c: update comments for print_tainted 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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/kernel/panic.c b/kernel/panic.c index d09dc5c..cf80672 100644 --- 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(). */