Skip to content

Commit 00dd027

Browse files
committed
docs: Fix path paste-o for /sys/kernel/warn_count
Running "make htmldocs" shows that "/sys/kernel/oops_count" was duplicated. This should have been "warn_count": Warning: /sys/kernel/oops_count is defined 2 times: ./Documentation/ABI/testing/sysfs-kernel-warn_count:0 ./Documentation/ABI/testing/sysfs-kernel-oops_count:0 Fix the typo. Reported-by: kernel test robot <[email protected]> Link: https://lore.kernel.org/linux-doc/[email protected] Fixes: 8b05aa2 ("panic: Expose "warn_count" to sysfs") Cc: [email protected] Signed-off-by: Kees Cook <[email protected]>
1 parent 1a17e5b commit 00dd027

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/ABI/testing/sysfs-kernel-warn_count

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
What: /sys/kernel/oops_count
1+
What: /sys/kernel/warn_count
22
Date: November 2022
33
KernelVersion: 6.2.0
44
Contact: Linux Kernel Hardening List <[email protected]>

0 commit comments

Comments
 (0)