Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

docbook: fix rapidio source files

Fix docbook problems in rapidio source files.
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>

authored by

Randy Dunlap and committed by
Linus Torvalds
7b089c8b 78a4a50a

+3 -5
+3 -5
drivers/rapidio/rio-driver.c
··· 78 78 } 79 79 80 80 /** 81 - * rio_device_probe - Tell if a RIO device structure has a matching RIO 82 - * device id structure 81 + * rio_device_probe - Tell if a RIO device structure has a matching RIO device id structure 83 82 * @id: the RIO device id structure to match against 84 83 * @dev: the RIO device structure to match against 85 84 * ··· 136 137 * rio_register_driver - register a new RIO driver 137 138 * @rdrv: the RIO driver structure to register 138 139 * 139 - * Adds a &struct rio_driver to the list of registered drivers 140 + * Adds a &struct rio_driver to the list of registered drivers. 140 141 * Returns a negative value on error, otherwise 0. If no error 141 142 * occurred, the driver remains registered even if no device 142 143 * was claimed during registration. ··· 166 167 } 167 168 168 169 /** 169 - * rio_match_bus - Tell if a RIO device structure has a matching RIO 170 - * driver device id structure 170 + * rio_match_bus - Tell if a RIO device structure has a matching RIO driver device id structure 171 171 * @dev: the standard device structure to match against 172 172 * @drv: the standard driver structure containing the ids to match against 173 173 *