arch/x86/Makefile_32.cpu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
spelling error in arch/x86/Makefile_32.cpu.
---
arch/x86/Makefile_32.cpu | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/x86/Makefile_32.cpu b/arch/x86/Makefile_32.cpu
index af7de9a42752..21f8b532dceb 100644
--- a/arch/x86/Makefile_32.cpu
+++ b/arch/x86/Makefile_32.cpu
@@ -22,7 +22,7 @@ cflags-$(CONFIG_MPENTIUMM) += -march=i686 $(call tune,pentium3)
cflags-$(CONFIG_MPENTIUM4) += -march=i686 $(call tune,pentium4)
cflags-$(CONFIG_MK6) += -march=k6
# Please note, that patches that add -march=athlon-xp and friends are pointless.
-# They make zero difference whatsosever to performance at this time.
+# They make zero difference whatsoever to performance at this time.
cflags-$(CONFIG_MK7) += -march=athlon
cflags-$(CONFIG_MCRUSOE) += -march=i686 $(align)
cflags-$(CONFIG_MEFFICEON) += -march=i686 $(call tune,pentium3) $(align)
--
2.52.0
On Thu, Dec 18, 2025 at 08:40:54PM -0600, Samuel A Hummel wrote:
> spelling error in arch/x86/Makefile_32.cpu.
> ---
> arch/x86/Makefile_32.cpu | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/x86/Makefile_32.cpu b/arch/x86/Makefile_32.cpu
> index af7de9a42752..21f8b532dceb 100644
> --- a/arch/x86/Makefile_32.cpu
> +++ b/arch/x86/Makefile_32.cpu
> @@ -22,7 +22,7 @@ cflags-$(CONFIG_MPENTIUMM) += -march=i686 $(call tune,pentium3)
> cflags-$(CONFIG_MPENTIUM4) += -march=i686 $(call tune,pentium4)
> cflags-$(CONFIG_MK6) += -march=k6
> # Please note, that patches that add -march=athlon-xp and friends are pointless.
> -# They make zero difference whatsosever to performance at this time.
> +# They make zero difference whatsoever to performance at this time.
> cflags-$(CONFIG_MK7) += -march=athlon
> cflags-$(CONFIG_MCRUSOE) += -march=i686 $(align)
> cflags-$(CONFIG_MEFFICEON) += -march=i686 $(call tune,pentium3) $(align)
> --
$ ./scripts/checkpatch.pl /tmp/samuel.patch
ERROR: Missing Signed-off-by: line(s)
total: 1 errors, 0 warnings, 8 lines checked
Read this first, please, before you send again:
https://kernel.org/doc/html/latest/process/submitting-patches.html
Thx.
--
Regards/Gruss,
Boris.
https://people.kernel.org/tglx/notes-about-netiquette
© 2016 - 2026 Red Hat, Inc.