diff options
Diffstat (limited to 'kernel/panic.c')
-rw-r--r-- | kernel/panic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/panic.c b/kernel/panic.c index 4d9f55bf7d38..057540b6eee9 100644 --- a/kernel/panic.c +++ b/kernel/panic.c | |||
@@ -372,7 +372,7 @@ const struct taint_flag taint_flags[TAINT_FLAGS_COUNT] = { | |||
372 | /** | 372 | /** |
373 | * print_tainted - return a string to represent the kernel taint state. | 373 | * print_tainted - return a string to represent the kernel taint state. |
374 | * | 374 | * |
375 | * For individual taint flag meanings, see Documentation/sysctl/kernel.txt | 375 | * For individual taint flag meanings, see Documentation/admin-guide/sysctl/kernel.rst |
376 | * | 376 | * |
377 | * The string is overwritten by the next call to print_tainted(), | 377 | * The string is overwritten by the next call to print_tainted(), |
378 | * but is always NULL terminated. | 378 | * but is always NULL terminated. |