Commit bc53a3f46de8f3b2e28d46106216f3a759be8705

Authored by Xie XiuQi
Committed by Linus Torvalds
1 parent 0bd8542008

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 <xiexiuqi@huawei.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

... ... @@ -244,6 +244,7 @@
244 244 * 'I' - Working around severe firmware bug.
245 245 * 'O' - Out-of-tree module has been loaded.
246 246 * 'E' - Unsigned module has been loaded.
  247 + * 'L' - A soft lockup has previously occurred.
247 248 *
248 249 * The string is overwritten by the next call to print_tainted().
249 250 */