summaryrefslogtreecommitdiff
path: root/Documentation/dev-tools/kmsan.rst
diff options
context:
space:
mode:
authorAndrey Konovalov <andreyknvl@google.com>2023-10-06 18:18:46 +0300
committerAndrew Morton <akpm@linux-foundation.org>2023-10-19 00:34:15 +0300
commit651acf0ceb72903ff16fe31e52c1c448a0ca880c (patch)
tree816d2ac1f6dea3869ed20d317aac111fe94d4735 /Documentation/dev-tools/kmsan.rst
parentff093a9632d9de9ff66dfd9db211008138520e13 (diff)
downloadlinux-651acf0ceb72903ff16fe31e52c1c448a0ca880c.tar.xz
Documentation: *san: drop "the" from article titles
Drop "the" from the titles of documentation articles for KASAN, KCSAN, and KMSAN, as it is redundant. Also add SPDX-License-Identifier for kasan.rst. Link: https://lkml.kernel.org/r/1c4eb354a3a7b8ab56bf0c2fc6157c22050793ca.1696605143.git.andreyknvl@google.com Signed-off-by: Andrey Konovalov <andreyknvl@google.com> Cc: Alexander Potapenko <glider@google.com> Cc: Andrey Ryabinin <ryabinin.a.a@gmail.com> Cc: Dmitry Vyukov <dvyukov@google.com> Cc: kernel test robot <lkp@intel.com> Cc: Marco Elver <elver@google.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'Documentation/dev-tools/kmsan.rst')
-rw-r--r--Documentation/dev-tools/kmsan.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/dev-tools/kmsan.rst b/Documentation/dev-tools/kmsan.rst
index 55fa82212eb2..323eedad53cd 100644
--- a/Documentation/dev-tools/kmsan.rst
+++ b/Documentation/dev-tools/kmsan.rst
@@ -1,9 +1,9 @@
.. SPDX-License-Identifier: GPL-2.0
.. Copyright (C) 2022, Google LLC.
-===================================
-The Kernel Memory Sanitizer (KMSAN)
-===================================
+===============================
+Kernel Memory Sanitizer (KMSAN)
+===============================
KMSAN is a dynamic error detector aimed at finding uses of uninitialized
values. It is based on compiler instrumentation, and is quite similar to the