diff options
author | Colin Ian King <colin.king@canonical.com> | 2016-06-22 14:31:51 -0400 |
---|---|---|
committer | Nicholas Bellinger <nab@linux-iscsi.org> | 2016-07-24 02:34:55 -0400 |
commit | 291e3e51a34d2f546608bfd31f185151621135b7 (patch) | |
tree | cc6077d00ea77a07bfc9f363778f448aa3793840 /drivers/target | |
parent | c1ccbfe0311e2380a6d2dcb0714b36904f5d586f (diff) |
target: fix spelling mistake: "limitiation" -> "limitation"
trivial fix to spelling mistake
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
Diffstat (limited to 'drivers/target')
-rw-r--r-- | drivers/target/target_core_file.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/target/target_core_file.c b/drivers/target/target_core_file.c index 79291869bce6..d545993df18b 100644 --- a/drivers/target/target_core_file.c +++ b/drivers/target/target_core_file.c | |||
@@ -522,7 +522,7 @@ fd_execute_rw(struct se_cmd *cmd, struct scatterlist *sgl, u32 sgl_nents, | |||
522 | */ | 522 | */ |
523 | if (cmd->data_length > FD_MAX_BYTES) { | 523 | if (cmd->data_length > FD_MAX_BYTES) { |
524 | pr_err("FILEIO: Not able to process I/O of %u bytes due to" | 524 | pr_err("FILEIO: Not able to process I/O of %u bytes due to" |
525 | "FD_MAX_BYTES: %u iovec count limitiation\n", | 525 | "FD_MAX_BYTES: %u iovec count limitation\n", |
526 | cmd->data_length, FD_MAX_BYTES); | 526 | cmd->data_length, FD_MAX_BYTES); |
527 | return TCM_LOGICAL_UNIT_COMMUNICATION_FAILURE; | 527 | return TCM_LOGICAL_UNIT_COMMUNICATION_FAILURE; |
528 | } | 528 | } |