The patch titled Subject: init/Kconfig: fix a typo in CC_VERSION_TEXT help text has been added to the -mm tree. Its filename is init-kconfig-fix-a-typo-in-cc_version_text-help-text.patch This patch should soon appear at https://ozlabs.org/~akpm/mmots/broken-out/init-kconfig-fix-a-typo-in-cc_version_text-help-text.patch and later at https://ozlabs.org/~akpm/mmotm/broken-out/init-kconfig-fix-a-typo-in-cc_version_text-help-text.patch 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 and is updated there every 3-4 working days ------------------------------------------------------ From: Bhaskar Chowdhury <unixbhaskar@xxxxxxxxx> Subject: init/Kconfig: fix a typo in CC_VERSION_TEXT help text s/compier/compiler/ Link: https://lkml.kernel.org/r/20210224223325.29099-1-unixbhaskar@xxxxxxxxx Signed-off-by: Bhaskar Chowdhury <unixbhaskar@xxxxxxxxx> Acked-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx> Reviewed-by: Nathan Chancellor <nathan@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- init/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/init/Kconfig~init-kconfig-fix-a-typo-in-cc_version_text-help-text +++ a/init/Kconfig @@ -19,7 +19,7 @@ config CC_VERSION_TEXT CC_VERSION_TEXT so it is recorded in include/config/auto.conf.cmd. When the compiler is updated, Kconfig will be invoked. - - Ensure full rebuild when the compier is updated + - Ensure full rebuild when the compiler is updated include/linux/kconfig.h contains this option in the comment line so fixdep adds include/config/cc/version/text.h into the auto-generated dependency. When the compiler is updated, syncconfig will touch it _ Patches currently in -mm which might be from unixbhaskar@xxxxxxxxx are init-kconfig-fix-a-typo-in-cc_version_text-help-text.patch