docs: Fix path paste-o for /sys/kernel/warn_count
authorKees Cook <keescook@chromium.org>
Wed, 14 Dec 2022 22:35:47 +0000 (14:35 -0800)
committerKees Cook <keescook@chromium.org>
Wed, 14 Dec 2022 22:37:59 +0000 (14:37 -0800)
commit00dd027f721e0458418f7750d8a5a664ed3e5994
treeecca8e98e0dfee764ee9d651e071f775902fb2d0
parent1a17e5b513ceebf21100027745b8731b4728edf7
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 <lkp@intel.com>
Link: https://lore.kernel.org/linux-doc/202212110529.A3Qav8aR-lkp@intel.com
Fixes: 8b05aa263361 ("panic: Expose "warn_count" to sysfs")
Cc: linux-hardening@vger.kernel.org
Signed-off-by: Kees Cook <keescook@chromium.org>
Documentation/ABI/testing/sysfs-kernel-warn_count