aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/linux/reporting_kernel_bugs.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/linux/reporting_kernel_bugs.md b/docs/linux/reporting_kernel_bugs.md
index f5859cf9d..416c747c1 100644
--- a/docs/linux/reporting_kernel_bugs.md
+++ b/docs/linux/reporting_kernel_bugs.md
@@ -19,7 +19,7 @@ To find out the list of maintainers responsible for a particular kernel subsyste
**Minimal info** to include in the report:
- exact kernel branch and revision where the bug occurred
- exact kernel .config
- - kernel OOPS message (BUG, KASAN report, etc), preferably with source files and line numbers
+ - kernel OOPS message (BUG, KASAN report, etc), **preferably with source files and line numbers**
- reproducer, if known (see below)
**Properly configure the kernel**.