projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
882f0a5
)
crypto: arm64/aes-neon - Fix typo in comment
author
Jilin Yuan
<yuanjilin@cdjrlc.com>
Wed, 22 Jun 2022 09:07:30 +0000
(17:07 +0800)
committer
Herbert Xu
<herbert@gondor.apana.org.au>
Thu, 30 Jun 2022 07:56:57 +0000
(15:56 +0800)
Delete the redundant word 'the'.
Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
arch/arm64/crypto/aes-neon.S
patch
|
blob
|
history
diff --git
a/arch/arm64/crypto/aes-neon.S
b/arch/arm64/crypto/aes-neon.S
index e47d3ec2cfb46e2bcde8abbc1bd7224613af6b45..9de7fbc797af7932693c5af9727cf17b0e1e91f9 100644
(file)
--- 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