You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
taint: add missing comment
The description for 'D' was missing in the comment... (causing me a minute of WTF followed by looking at more of the code) Signed-off-by: Arjan van de Ven <arjan@linux.intel.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
committed by
Linus Torvalds
parent
c4c6fa9891
commit
a800599283
@@ -167,6 +167,7 @@ static const struct tnt tnts[] = {
|
|||||||
* 'M' - System experienced a machine check exception.
|
* 'M' - System experienced a machine check exception.
|
||||||
* 'B' - System has hit bad_page.
|
* 'B' - System has hit bad_page.
|
||||||
* 'U' - Userspace-defined naughtiness.
|
* 'U' - Userspace-defined naughtiness.
|
||||||
|
* 'D' - Kernel has oopsed before
|
||||||
* 'A' - ACPI table overridden.
|
* 'A' - ACPI table overridden.
|
||||||
* 'W' - Taint on warning.
|
* 'W' - Taint on warning.
|
||||||
* 'C' - modules from drivers/staging are loaded.
|
* 'C' - modules from drivers/staging are loaded.
|
||||||
|
|||||||
Reference in New Issue
Block a user