From: Colin Ian King Date: Wed, 22 Jun 2016 18:31:51 +0000 (+0100) Subject: target: fix spelling mistake: "limitiation" -> "limitation" X-Git-Tag: v4.8-rc1~36^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=291e3e51a34d2f546608bfd31f185151621135b7;p=thirdparty%2Fkernel%2Flinux.git target: fix spelling mistake: "limitiation" -> "limitation" trivial fix to spelling mistake Signed-off-by: Colin Ian King Signed-off-by: Nicholas Bellinger --- diff --git a/drivers/target/target_core_file.c b/drivers/target/target_core_file.c index 79291869bce6c..d545993df18be 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, */ if (cmd->data_length > FD_MAX_BYTES) { pr_err("FILEIO: Not able to process I/O of %u bytes due to" - "FD_MAX_BYTES: %u iovec count limitiation\n", + "FD_MAX_BYTES: %u iovec count limitation\n", cmd->data_length, FD_MAX_BYTES); return TCM_LOGICAL_UNIT_COMMUNICATION_FAILURE; }