projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c53ed55
)
kcov: fix spelling typos in comments
author
Rong Tao
<rongtao@cestc.cn>
Sat, 3 Dec 2022 10:25:21 +0000
(18:25 +0800)
committer
Andrew Morton
<akpm@linux-foundation.org>
Mon, 12 Dec 2022 03:30:20 +0000
(19:30 -0800)
Fix the typo of 'suport' in kcov.h
Link:
https://lkml.kernel.org/r/tencent_922CA94B789587D79FD154445D035AA19E07@qq.com
Signed-off-by: Rong Tao <rongtao@cestc.cn>
Reviewed-by: Dmitry Vyukov <dvyukov@google.com>
Cc: Andrey Konovalov <andreyknvl@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
include/linux/kcov.h
patch
|
blob
|
history
diff --git
a/include/linux/kcov.h
b/include/linux/kcov.h
index 55dc338f6bcdd034c9d64bf6179c87bad0fdf5ee..ee04256f28af4816c492379493ee29d271ad666a 100644
(file)
--- a/
include/linux/kcov.h
+++ b/
include/linux/kcov.h
@@
-56,7
+56,7
@@
static inline void kcov_remote_start_usb(u64 id)
/*
* The softirq flavor of kcov_remote_*() functions is introduced as a temporary
* work around for kcov's lack of nested remote coverage sections support in
- * task context. Adding suport for nested sections is tracked in:
+ * task context. Adding sup
p
ort for nested sections is tracked in:
* https://bugzilla.kernel.org/show_bug.cgi?id=210337
*/