mirror of
				https://github.com/torvalds/linux.git
				synced 2025-11-04 02:30:34 +02:00 
			
		
		
		
	crypto: inside-secure - Minor typo fix in the file safexcel.c
s/procesing/processing/ Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com> Acked-by: Antoine Tenart <atenart@kernel.org> Acked-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
		
							parent
							
								
									36c25011c2
								
							
						
					
					
						commit
						27fb85783f
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -688,7 +688,7 @@ static int safexcel_hw_init(struct safexcel_crypto_priv *priv)
 | 
				
			||||||
		/* Leave the DSE threads reset state */
 | 
							/* Leave the DSE threads reset state */
 | 
				
			||||||
		writel(0, EIP197_HIA_DSE_THR(priv) + EIP197_HIA_DSE_THR_CTRL(pe));
 | 
							writel(0, EIP197_HIA_DSE_THR(priv) + EIP197_HIA_DSE_THR_CTRL(pe));
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		/* Configure the procesing engine thresholds */
 | 
							/* Configure the processing engine thresholds */
 | 
				
			||||||
		writel(EIP197_PE_OUT_DBUF_THRES_MIN(opbuflo) |
 | 
							writel(EIP197_PE_OUT_DBUF_THRES_MIN(opbuflo) |
 | 
				
			||||||
		       EIP197_PE_OUT_DBUF_THRES_MAX(opbufhi),
 | 
							       EIP197_PE_OUT_DBUF_THRES_MAX(opbufhi),
 | 
				
			||||||
		       EIP197_PE(priv) + EIP197_PE_OUT_DBUF_THRES(pe));
 | 
							       EIP197_PE(priv) + EIP197_PE_OUT_DBUF_THRES(pe));
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue