mirror of
				https://github.com/torvalds/linux.git
				synced 2025-11-04 02:30:34 +02:00 
			
		
		
		
	fpga manager: xilinx-spi: remove final dot from dev_err() strings
Most dev_err messages in this file have no final dot. Remove the only two exceptions to make them consistent. Reviewed-by: Tom Rix <trix@redhat.com> Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net> Signed-off-by: Moritz Fischer <mdf@kernel.org>
This commit is contained in:
		
							parent
							
								
									5e36aff2e1
								
							
						
					
					
						commit
						a44ecdc9c9
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -77,7 +77,7 @@ static int xilinx_spi_write_init(struct fpga_manager *mgr,
 | 
			
		|||
	int err;
 | 
			
		||||
 | 
			
		||||
	if (info->flags & FPGA_MGR_PARTIAL_RECONFIG) {
 | 
			
		||||
		dev_err(&mgr->dev, "Partial reconfiguration not supported.\n");
 | 
			
		||||
		dev_err(&mgr->dev, "Partial reconfiguration not supported\n");
 | 
			
		||||
		return -EINVAL;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -169,7 +169,7 @@ static int xilinx_spi_write_complete(struct fpga_manager *mgr,
 | 
			
		|||
			return xilinx_spi_apply_cclk_cycles(conf);
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	dev_err(&mgr->dev, "Timeout after config data transfer.\n");
 | 
			
		||||
	dev_err(&mgr->dev, "Timeout after config data transfer\n");
 | 
			
		||||
	return -ETIMEDOUT;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue