mirror of
				git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
				synced 2025-11-01 09:13:37 +00:00 
			
		
		
		
	fjes: fix inconsistent indenting
minor change, indenting is one tab out. Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Taku Izumi <izumi.taku@jp.fujitsu.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
		
							parent
							
								
									73ed5d25dc
								
							
						
					
					
						commit
						9001d94dfd
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -599,7 +599,7 @@ int fjes_hw_unregister_buff_addr(struct fjes_hw *hw, int dest_epid)
 | 
			
		|||
		FJES_CMD_REQ_RES_CODE_BUSY) &&
 | 
			
		||||
	       (timeout > 0)) {
 | 
			
		||||
		msleep(200 + hw->my_epid * 20);
 | 
			
		||||
			timeout -= (200 + hw->my_epid * 20);
 | 
			
		||||
		timeout -= (200 + hw->my_epid * 20);
 | 
			
		||||
 | 
			
		||||
		res_buf->unshare_buffer.length = 0;
 | 
			
		||||
		res_buf->unshare_buffer.code = 0;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue