mirror of
				git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
				synced 2025-10-31 08:44:41 +00:00 
			
		
		
		
	PCI: fix message typo
I missed the closing parenthesis on "(PCI address ...)". Acked-by: Arnd Bergmann <arnd@arndb.de> Reported-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Bjorn Helgaas <bjorn.helgaas@hp.com> Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
This commit is contained in:
		
							parent
							
								
									2c6413aee2
								
							
						
					
					
						commit
						1bcd495be9
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -85,7 +85,7 @@ void pci_update_resource(struct pci_dev *dev, int resno) | |||
| 		} | ||||
| 	} | ||||
| 	res->flags &= ~IORESOURCE_UNSET; | ||||
| 	dev_info(&dev->dev, "BAR %d: set to %pR (PCI address [%#llx-%#llx]\n", | ||||
| 	dev_info(&dev->dev, "BAR %d: set to %pR (PCI address [%#llx-%#llx])\n", | ||||
| 		 resno, res, (unsigned long long)region.start, | ||||
| 		 (unsigned long long)region.end); | ||||
| } | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Bjorn Helgaas
						Bjorn Helgaas