Skip to content

Commit 525fd6a

Browse files
tititiou36ctmarinas
authored andcommitted
arm64/fpsimd: Fix a typo
s/FPSMID/FPSIMD/ M and I swapped. Fix it. Signed-off-by: Christophe JAILLET <[email protected]> Link: https://lore.kernel.org/r/2cbcb42615e9265bccc9b746465d7998382e605d.1730539907.git.christophe.jaillet@wanadoo.fr Signed-off-by: Catalin Marinas <[email protected]>
1 parent 2287a4c commit 525fd6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/kernel/fpsimd.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ static void task_fpsimd_load(void)
386386
* fpsimd_save_user_state() or memory corruption, we
387387
* should always record an explicit format
388388
* when we save. We always at least have the
389-
* memory allocated for FPSMID registers so
389+
* memory allocated for FPSIMD registers so
390390
* try that and hope for the best.
391391
*/
392392
WARN_ON_ONCE(1);

0 commit comments

Comments
 (0)