The patch titled Subject: kcov: fix spelling typos in comments has been added to the -mm mm-nonmm-unstable branch. Its filename is kcov-fix-spelling-typos-in-comments.patch This patch will shortly appear at https://git.kernel.org/pub/scm/linux/kernel/git/akpm/25-new.git/tree/patches/kcov-fix-spelling-typos-in-comments.patch This patch will later appear in the mm-nonmm-unstable branch at git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/process/submit-checklist.rst when testing your code *** The -mm tree is included into linux-next via the mm-everything branch at git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm and is updated there every 2-3 working days ------------------------------------------------------ From: Rong Tao <rongtao@xxxxxxxx> Subject: kcov: fix spelling typos in comments Date: Sat, 3 Dec 2022 18:25:21 +0800 Fix the typo of 'suport' in kcov.h Link: https://lkml.kernel.org/r/tencent_922CA94B789587D79FD154445D035AA19E07@xxxxxx Signed-off-by: Rong Tao <rongtao@xxxxxxxx> Reviewed-by: Dmitry Vyukov <dvyukov@xxxxxxxxxx> Cc: Andrey Konovalov <andreyknvl@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/linux/kcov.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/include/linux/kcov.h~kcov-fix-spelling-typos-in-comments +++ a/include/linux/kcov.h @@ -56,7 +56,7 @@ static inline void kcov_remote_start_usb /* * 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 support for nested sections is tracked in: * https://bugzilla.kernel.org/show_bug.cgi?id=210337 */ _ Patches currently in -mm which might be from rongtao@xxxxxxxx are kcov-fix-spelling-typos-in-comments.patch