Loading kernel/panic.c +1 −1 Original line number Diff line number Diff line Loading @@ -177,7 +177,7 @@ static const struct tnt tnts[] = { * 'W' - Taint on warning. * 'C' - modules from drivers/staging are loaded. * * The string is overwritten by the next call to print_taint(). * The string is overwritten by the next call to print_tainted(). */ const char *print_tainted(void) { Loading Loading
kernel/panic.c +1 −1 Original line number Diff line number Diff line Loading @@ -177,7 +177,7 @@ static const struct tnt tnts[] = { * 'W' - Taint on warning. * 'C' - modules from drivers/staging are loaded. * * The string is overwritten by the next call to print_taint(). * The string is overwritten by the next call to print_tainted(). */ const char *print_tainted(void) { Loading