Commit 02968703 authored by Bo Liu's avatar Bo Liu Committed by Herbert Xu
Browse files

crypto: aesni - Fix double word in comments



Remove the repeated word "if" in comments.

Signed-off-by: default avatarBo Liu <liubo03@inspur.com>
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent 17f7b983
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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
+2 −2
Original line number Diff line number Diff line
@@ -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