Skip to content

Commit

Permalink
PCI: fix message typo
Browse files Browse the repository at this point in the history
I missed the closing parenthesis on "(PCI address ...)".

Acked-by: Arnd Bergmann <[email protected]>
Reported-by: Peter Maydell <[email protected]>
Signed-off-by: Bjorn Helgaas <[email protected]>
Signed-off-by: Jesse Barnes <[email protected]>
  • Loading branch information
Bjorn Helgaas authored and jbarnes993 committed Oct 18, 2010
1 parent 2c6413a commit 1bcd495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/pci/setup-res.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit 1bcd495

Please sign in to comment.