Commit 76679286 authored by Masanari Iida's avatar Masanari Iida Committed by Jiri Kosina

rapidio: Fix kerneldoc and comment

This patch fix spelling typos found in DocBook/rapidio.xml
Ths file was generated from comments in the source files,
I had to fix them, instead of the xml file.
Signed-off-by: default avatarMasanari Iida <standby24x7@gmail.com>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 8c519319
...@@ -83,7 +83,7 @@ static u16 rio_destid_alloc(struct rio_net *net) ...@@ -83,7 +83,7 @@ static u16 rio_destid_alloc(struct rio_net *net)
* @destid: destID to reserve * @destid: destID to reserve
* *
* Tries to reserve the specified destID. * Tries to reserve the specified destID.
* Returns 0 if successfull. * Returns 0 if successful.
*/ */
static int rio_destid_reserve(struct rio_net *net, u16 destid) static int rio_destid_reserve(struct rio_net *net, u16 destid)
{ {
......
...@@ -298,7 +298,7 @@ struct rio_id_table { ...@@ -298,7 +298,7 @@ struct rio_id_table {
* struct rio_net - RIO network info * struct rio_net - RIO network info
* @node: Node in global list of RIO networks * @node: Node in global list of RIO networks
* @devices: List of devices in this network * @devices: List of devices in this network
* @switches: List of switches in this netowrk * @switches: List of switches in this network
* @mports: List of master ports accessing this network * @mports: List of master ports accessing this network
* @hport: Default port for accessing this network * @hport: Default port for accessing this network
* @id: RIO network ID * @id: RIO network ID
......
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