]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64/fpsimd: Fix a typo
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Sat, 2 Nov 2024 09:31:54 +0000 (10:31 +0100)
committerCatalin Marinas <catalin.marinas@arm.com>
Mon, 4 Nov 2024 12:48:24 +0000 (12:48 +0000)
s/FPSMID/FPSIMD/
M and I swapped. Fix it.

Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Link: https://lore.kernel.org/r/2cbcb42615e9265bccc9b746465d7998382e605d.1730539907.git.christophe.jaillet@wanadoo.fr
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
arch/arm64/kernel/fpsimd.c

index 77006df20a75aee7c991cf116b6d06bfe953d1a4..cd7d71fe1fdac213405a76514615ac567ebf3a05 100644 (file)
@@ -386,7 +386,7 @@ static void task_fpsimd_load(void)
                         * fpsimd_save_user_state() or memory corruption, we
                         * should always record an explicit format
                         * when we save. We always at least have the
-                        * memory allocated for FPSMID registers so
+                        * memory allocated for FPSIMD registers so
                         * try that and hope for the best.
                         */
                        WARN_ON_ONCE(1);