diff options
author | Randy Dunlap <randy.dunlap@oracle.com> | 2008-02-29 22:03:15 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2008-03-03 10:47:14 -0800 |
commit | 0643245f595dc175c14245fa1e1e9efda3e12f2a (patch) | |
tree | 435ef9643091618f351f6e4931d7f8b38f15efaa /drivers/pci/rom.c | |
parent | d0bcabcd72dda5f553322a1ca92ae31c15b408b6 (diff) | |
download | op-kernel-dev-0643245f595dc175c14245fa1e1e9efda3e12f2a.zip op-kernel-dev-0643245f595dc175c14245fa1e1e9efda3e12f2a.tar.gz |
docbook: fix kernel-api source files
Fix docbook problems in kernel-api.tmpl.
These cause the generated docbook to be incorrect.
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/pci/rom.c')
-rw-r--r-- | drivers/pci/rom.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/pci/rom.c b/drivers/pci/rom.c index a98b247..bd5c0e0 100644 --- a/drivers/pci/rom.c +++ b/drivers/pci/rom.c @@ -242,8 +242,7 @@ void pci_remove_rom(struct pci_dev *pdev) #endif /* 0 */ /** - * pci_cleanup_rom - internal routine for freeing the ROM copy created - * by pci_map_rom_copy called from remove.c + * pci_cleanup_rom - free the ROM copy created by pci_map_rom_copy * @pdev: pointer to pci device struct * * Free the copied ROM if we allocated one. |