mirror of
				https://github.com/torvalds/linux.git
				synced 2025-11-04 02:30:34 +02:00 
			
		
		
		
	PCI: Fix typo in setup-res.c
Correct spelling "resouce" to "resource" in dricers/pci/setup-res.c Signed-off-by: Masanari Iida <standby24x7@gmail.com> Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
This commit is contained in:
		
							parent
							
								
									316d86fe86
								
							
						
					
					
						commit
						0dea210b17
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -250,7 +250,7 @@ int pci_reassign_resource(struct pci_dev *dev, int resno, resource_size_t addsiz
 | 
			
		|||
	int ret;
 | 
			
		||||
 | 
			
		||||
	if (!res->parent) {
 | 
			
		||||
		dev_info(&dev->dev, "BAR %d: can't reassign an unassigned resouce %pR "
 | 
			
		||||
		dev_info(&dev->dev, "BAR %d: can't reassign an unassigned resource %pR "
 | 
			
		||||
			 "\n", resno, res);
 | 
			
		||||
		return -EINVAL;
 | 
			
		||||
	}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue