Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 118583
b: refs/heads/master
c: f5dafca
h: refs/heads/master
i:
  118581: 9b5c457
  118579: 5b2a083
  118575: 0590317
v: v3
  • Loading branch information
Randy Dunlap authored and Jesse Barnes committed Nov 3, 2008
1 parent 0055a2e commit 3c997b6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a7b930cdf8ec790c85f81416c87f7c066679d373
refs/heads/master: f5dafca52d366ef8c6c86cbdfecc71a9a78b63a6
6 changes: 4 additions & 2 deletions trunk/drivers/pci/rom.c
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,8 @@ size_t pci_get_rom_size(void __iomem *rom, size_t size)
* pci_map_rom - map a PCI ROM to kernel space
* @pdev: pointer to pci device struct
* @size: pointer to receive size of pci window over ROM
* @return: kernel virtual pointer to image of ROM
*
* Return: kernel virtual pointer to image of ROM
*
* Map a PCI ROM into kernel space. If ROM is boot video ROM,
* the shadow BIOS copy will be returned instead of the
Expand Down Expand Up @@ -167,7 +168,8 @@ void __iomem *pci_map_rom(struct pci_dev *pdev, size_t *size)
* pci_map_rom_copy - map a PCI ROM to kernel space, create a copy
* @pdev: pointer to pci device struct
* @size: pointer to receive size of pci window over ROM
* @return: kernel virtual pointer to image of ROM
*
* Return: kernel virtual pointer to image of ROM
*
* Map a PCI ROM into kernel space. If ROM is boot video ROM,
* the shadow BIOS copy will be returned instead of the
Expand Down

0 comments on commit 3c997b6

Please sign in to comment.