Commit 0643245f authored by Randy Dunlap's avatar Randy Dunlap Committed by Linus Torvalds

docbook: fix kernel-api source files

Fix docbook problems in kernel-api.tmpl.
These cause the generated docbook to be incorrect.
Signed-off-by: default avatarRandy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent d0bcabcd
...@@ -126,9 +126,7 @@ static int transport_setup_classdev(struct attribute_container *cont, ...@@ -126,9 +126,7 @@ static int transport_setup_classdev(struct attribute_container *cont,
} }
/** /**
* transport_setup_device - declare a new dev for transport class association * transport_setup_device - declare a new dev for transport class association but don't make it visible yet.
* but don't make it visible yet.
*
* @dev: the generic device representing the entity being added * @dev: the generic device representing the entity being added
* *
* Usually, dev represents some component in the HBA system (either * Usually, dev represents some component in the HBA system (either
......
...@@ -242,8 +242,7 @@ void pci_remove_rom(struct pci_dev *pdev) ...@@ -242,8 +242,7 @@ void pci_remove_rom(struct pci_dev *pdev)
#endif /* 0 */ #endif /* 0 */
/** /**
* pci_cleanup_rom - internal routine for freeing the ROM copy created * pci_cleanup_rom - free the ROM copy created by pci_map_rom_copy
* by pci_map_rom_copy called from remove.c
* @pdev: pointer to pci device struct * @pdev: pointer to pci device struct
* *
* Free the copied ROM if we allocated one. * Free the copied ROM if we allocated one.
......
...@@ -134,8 +134,7 @@ invalidate_complete_page(struct address_space *mapping, struct page *page) ...@@ -134,8 +134,7 @@ invalidate_complete_page(struct address_space *mapping, struct page *page)
} }
/** /**
* truncate_inode_pages - truncate range of pages specified by start and * truncate_inode_pages - truncate range of pages specified by start & end byte offsets
* end byte offsets
* @mapping: mapping to truncate * @mapping: mapping to truncate
* @lstart: offset from which to truncate * @lstart: offset from which to truncate
* @lend: offset to which to truncate * @lend: offset to which to truncate
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment