diff options
author | Masanari Iida <standby24x7@gmail.com> | 2015-05-07 15:02:27 (GMT) |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2015-05-26 13:23:23 (GMT) |
commit | 7667928601d2981b20011e357904bcb96c365427 (patch) | |
tree | c195885bf9d690e6f46507a6daa6de6b153f49f6 /include | |
parent | 8c51931957ff23eb078137a8ad43fcc5e6678618 (diff) | |
download | linux-7667928601d2981b20011e357904bcb96c365427.tar.xz |
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 'include')
-rw-r--r-- | include/linux/rio.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/rio.h b/include/linux/rio.h index 6bda06f..cde976e 100644 --- a/include/linux/rio.h +++ b/include/linux/rio.h @@ -298,7 +298,7 @@ struct rio_id_table { * struct rio_net - RIO network info * @node: Node in global list of RIO networks * @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 * @hport: Default port for accessing this network * @id: RIO network ID |