From: Jilin Yuan Date: Wed, 22 Jun 2022 09:07:30 +0000 (+0800) Subject: crypto: arm64/aes-neon - Fix typo in comment X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=1b069597c254a2969cf21142c3881b2d5e80c658;p=linux.git crypto: arm64/aes-neon - Fix typo in comment Delete the redundant word 'the'. Signed-off-by: Jilin Yuan Signed-off-by: Herbert Xu --- diff --git a/arch/arm64/crypto/aes-neon.S b/arch/arm64/crypto/aes-neon.S index e47d3ec2cfb46..9de7fbc797af7 100644 --- a/arch/arm64/crypto/aes-neon.S +++ b/arch/arm64/crypto/aes-neon.S @@ -66,7 +66,7 @@ prepare crypto_aes_inv_sbox, .LReverse_ShiftRows, \temp .endm - /* apply SubBytes transformation using the the preloaded Sbox */ + /* apply SubBytes transformation using the preloaded Sbox */ .macro sub_bytes, in sub v9.16b, \in\().16b, v15.16b tbl \in\().16b, {v16.16b-v19.16b}, \in\().16b