]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
kcov: fix typo in comment of kcov_fault_in_area
authorWei Nanxin <n9winx@163.com>
Sun, 15 Jun 2025 12:32:37 +0000 (20:32 +0800)
committerAndrew Morton <akpm@linux-foundation.org>
Thu, 10 Jul 2025 05:57:52 +0000 (22:57 -0700)
change '__santizer_cov_trace_pc()' to '__sanitizer_cov_trace_pc()'

Link: https://lkml.kernel.org/r/20250615123237.110144-1-n9winx@163.com
Signed-off-by: Wei Nanxin <n9winx@163.com>
Cc: Andrey Konovalov <andreyknvl@gmail.com>
Cc: Macro Elver <elver@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
kernel/kcov.c

index 187ba1b80bda169d2f7efead5c6076b8829522ca..1d85597057e1815165e4fb8a19ee12075c42f963 100644 (file)
@@ -552,7 +552,7 @@ static int kcov_get_mode(unsigned long arg)
 
 /*
  * Fault in a lazily-faulted vmalloc area before it can be used by
- * __santizer_cov_trace_pc(), to avoid recursion issues if any code on the
+ * __sanitizer_cov_trace_pc(), to avoid recursion issues if any code on the
  * vmalloc fault handling path is instrumented.
  */
 static void kcov_fault_in_area(struct kcov *kcov)