While restyling Kconfig the script checkpatch.pl gives this info: WARNING: 'suppport' may be misspelled - perhaps 'support'?
Fix by changing 'suppport' to 'support'. Signed-off-by: Johan Jonker <[email protected]> --- arch/arm/cpu/armv7/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/cpu/armv7/Kconfig b/arch/arm/cpu/armv7/Kconfig index 3a3c1784e188..1b72fa927721 100644 --- a/arch/arm/cpu/armv7/Kconfig +++ b/arch/arm/cpu/armv7/Kconfig @@ -23,7 +23,7 @@ config ARMV7_BOOT_SEC_DEFAULT ---help--- Say Y here to boot in secure mode by default even if non-secure mode is supported. This option is useful to boot kernels which do not - suppport booting in non-secure mode. Only set this if you need it. + support booting in non-secure mode. Only set this if you need it. This can be overridden at run-time by setting the bootm_boot_mode env. variable to "sec" or "nonsec". -- 2.39.5

