crypto: ecb - Fix checkpatch errors
Signed-off-by: Richard Hartmann <richih.mailinglist@gmail.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
		
				
					committed by
					
						
						Herbert Xu
					
				
			
			
				
	
			
			
			
						parent
						
							a501121e30
						
					
				
				
					commit
					5b37c19e36
				
			@@ -55,7 +55,7 @@ static int crypto_ecb_crypt(struct blkcipher_desc *desc,
 | 
			
		||||
 | 
			
		||||
		do {
 | 
			
		||||
			fn(crypto_cipher_tfm(tfm), wdst, wsrc);
 | 
			
		||||
	
 | 
			
		||||
 | 
			
		||||
			wsrc += bsize;
 | 
			
		||||
			wdst += bsize;
 | 
			
		||||
		} while ((nbytes -= bsize) >= bsize);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user