Skip to content

Commit ad2c807

Browse files
Wei Nanxinakpm00
authored andcommitted
kcov: fix typo in comment of kcov_fault_in_area
change '__santizer_cov_trace_pc()' to '__sanitizer_cov_trace_pc()' Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Wei Nanxin <[email protected]> Cc: Andrey Konovalov <[email protected]> Cc: Macro Elver <[email protected]> Signed-off-by: Andrew Morton <[email protected]>
1 parent 19f3cb6 commit ad2c807

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/kcov.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -552,7 +552,7 @@ static int kcov_get_mode(unsigned long arg)
552552

553553
/*
554554
* Fault in a lazily-faulted vmalloc area before it can be used by
555-
* __santizer_cov_trace_pc(), to avoid recursion issues if any code on the
555+
* __sanitizer_cov_trace_pc(), to avoid recursion issues if any code on the
556556
* vmalloc fault handling path is instrumented.
557557
*/
558558
static void kcov_fault_in_area(struct kcov *kcov)

0 commit comments

Comments
 (0)