diff options
author | Masanari Iida <standby24x7@gmail.com> | 2014-02-18 08:54:36 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2014-02-19 08:58:17 -0500 |
commit | e227867f12302633737bd2a48a10a9a72c0630cb (patch) | |
tree | c1d96c1f4c3d83b7d6fe3b0c15d480d366ccc8f8 /drivers/scsi | |
parent | 425529937b6ce37e47120d6b2fb895c5b9910591 (diff) |
treewide: Fix typo in Documentation/DocBook
This patch fix spelling typo in Documentation/DocBook.
It is because .html and .xml files are generated by make htmldocs,
I have to fix a typo within the source files.
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/scsi')
-rw-r--r-- | drivers/scsi/scsi_transport_iscsi.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/scsi/scsi_transport_iscsi.c b/drivers/scsi/scsi_transport_iscsi.c index 63a6ca49d4e5..de5b4d9bb022 100644 --- a/drivers/scsi/scsi_transport_iscsi.c +++ b/drivers/scsi/scsi_transport_iscsi.c | |||
@@ -891,7 +891,7 @@ struct bus_type iscsi_flashnode_bus = { | |||
891 | * Adds a sysfs entry for the flashnode session attributes | 891 | * Adds a sysfs entry for the flashnode session attributes |
892 | * | 892 | * |
893 | * Returns: | 893 | * Returns: |
894 | * pointer to allocated flashnode sess on sucess | 894 | * pointer to allocated flashnode sess on success |
895 | * %NULL on failure | 895 | * %NULL on failure |
896 | */ | 896 | */ |
897 | struct iscsi_bus_flash_session * | 897 | struct iscsi_bus_flash_session * |
@@ -1089,7 +1089,7 @@ static int iscsi_iter_destroy_flashnode_conn_fn(struct device *dev, void *data) | |||
1089 | } | 1089 | } |
1090 | 1090 | ||
1091 | /** | 1091 | /** |
1092 | * iscsi_destroy_flashnode_sess - destory flashnode session entry | 1092 | * iscsi_destroy_flashnode_sess - destroy flashnode session entry |
1093 | * @fnode_sess: pointer to flashnode session entry to be destroyed | 1093 | * @fnode_sess: pointer to flashnode session entry to be destroyed |
1094 | * | 1094 | * |
1095 | * Deletes the flashnode session entry and all children flashnode connection | 1095 | * Deletes the flashnode session entry and all children flashnode connection |
@@ -1119,7 +1119,7 @@ static int iscsi_iter_destroy_flashnode_fn(struct device *dev, void *data) | |||
1119 | } | 1119 | } |
1120 | 1120 | ||
1121 | /** | 1121 | /** |
1122 | * iscsi_destroy_all_flashnode - destory all flashnode session entries | 1122 | * iscsi_destroy_all_flashnode - destroy all flashnode session entries |
1123 | * @shost: pointer to host data | 1123 | * @shost: pointer to host data |
1124 | * | 1124 | * |
1125 | * Destroys all the flashnode session entries and all corresponding children | 1125 | * Destroys all the flashnode session entries and all corresponding children |