summaryrefslogtreecommitdiffstats
path: root/drivers/rapidio
diff options
context:
space:
mode:
authorMasanari Iida <standby24x7@gmail.com>2015-05-07 11:02:27 -0400
committerJiri Kosina <jkosina@suse.cz>2015-05-26 09:23:23 -0400
commit7667928601d2981b20011e357904bcb96c365427 (patch)
treec195885bf9d690e6f46507a6daa6de6b153f49f6 /drivers/rapidio
parent8c51931957ff23eb078137a8ad43fcc5e6678618 (diff)
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: Masanari Iida <standby24x7@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/rapidio')
-rw-r--r--drivers/rapidio/rio-scan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/rapidio/rio-scan.c b/drivers/rapidio/rio-scan.c
index 47a1b2ea76c4..d6a126c17c03 100644
--- a/drivers/rapidio/rio-scan.c
+++ b/drivers/rapidio/rio-scan.c
@@ -83,7 +83,7 @@ static u16 rio_destid_alloc(struct rio_net *net)
83 * @destid: destID to reserve 83 * @destid: destID to reserve
84 * 84 *
85 * Tries to reserve the specified destID. 85 * Tries to reserve the specified destID.
86 * Returns 0 if successfull. 86 * Returns 0 if successful.
87 */ 87 */
88static int rio_destid_reserve(struct rio_net *net, u16 destid) 88static int rio_destid_reserve(struct rio_net *net, u16 destid)
89{ 89{