From: Colin Ian King Date: Wed, 8 Sep 2021 02:57:38 +0000 (-0700) Subject: arch: Kconfig: fix spelling mistake "seperate" -> "separate" X-Git-Tag: accepted/tizen/unified/20230118.172025~6428^2~46 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c226bc3cd99bd3535f6a7264c7c7fb0bce16db12;p=platform%2Fkernel%2Flinux-rpi.git arch: Kconfig: fix spelling mistake "seperate" -> "separate" Threre is a spelling mistake in the Kconfig text. Fix it. Link: https://lkml.kernel.org/r/20210704095207.37342-1-colin.king@canonical.com Signed-off-by: Colin Ian King Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/arch/Kconfig b/arch/Kconfig index 129df49..766e68b 100644 --- a/arch/Kconfig +++ b/arch/Kconfig @@ -886,7 +886,7 @@ config HAVE_SOFTIRQ_ON_OWN_STACK bool help Architecture provides a function to run __do_softirq() on a - seperate stack. + separate stack. config PGTABLE_LEVELS int