crypto: aesni - Fix double word in comments
authorBo Liu <liubo03@inspur.com>
Thu, 14 Sep 2023 07:27:50 +0000 (03:27 -0400)
committerHerbert Xu <herbert@gondor.apana.org.au>
Wed, 20 Sep 2023 05:15:29 +0000 (13:15 +0800)
Remove the repeated word "if" in comments.

Signed-off-by: Bo Liu <liubo03@inspur.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
arch/x86/crypto/aesni-intel_asm.S
arch/x86/crypto/aesni-intel_avx-x86_64.S

index 3ac7487ecad2d3f0248ce95a2f8688e75b20895c..187f913cc2390b132ace105cc1420fc1280d9d34 100644 (file)
@@ -672,7 +672,7 @@ ALL_F:      .octa 0xffffffffffffffffffffffffffffffff
        add     %r13, %r10
        # Set r10 to be the amount of data left in CYPH_PLAIN_IN after filling
        sub     $16, %r10
-       # Determine if if partial block is not being filled and
+       # Determine if partial block is not being filled and
        # shift mask accordingly
        jge     .L_no_extra_mask_1_\@
        sub     %r10, %r12
@@ -708,7 +708,7 @@ ALL_F:      .octa 0xffffffffffffffffffffffffffffffff
        add     %r13, %r10
        # Set r10 to be the amount of data left in CYPH_PLAIN_IN after filling
        sub     $16, %r10
-       # Determine if if partial block is not being filled and
+       # Determine if partial block is not being filled and
        # shift mask accordingly
        jge     .L_no_extra_mask_2_\@
        sub     %r10, %r12
index 46cddd78857bd9eb2782d62d36853ece8fb21cd6..74dd230973cf9ec6bd044c4441ec713c6a6e991d 100644 (file)
@@ -753,7 +753,7 @@ VARIABLE_OFFSET = 16*8
         add    %r13, %r10
         # Set r10 to be the amount of data left in CYPH_PLAIN_IN after filling
         sub    $16, %r10
-        # Determine if if partial block is not being filled and
+        # Determine if partial block is not being filled and
         # shift mask accordingly
         jge    .L_no_extra_mask_1_\@
         sub    %r10, %r12
@@ -789,7 +789,7 @@ VARIABLE_OFFSET = 16*8
         add    %r13, %r10
         # Set r10 to be the amount of data left in CYPH_PLAIN_IN after filling
         sub    $16, %r10
-        # Determine if if partial block is not being filled and
+        # Determine if partial block is not being filled and
         # shift mask accordingly
         jge    .L_no_extra_mask_2_\@
         sub    %r10, %r12