Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 291e3e51 authored by Colin Ian King's avatar Colin Ian King Committed by Nicholas Bellinger
Browse files

target: fix spelling mistake: "limitiation" -> "limitation"



trivial fix to spelling mistake

Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarNicholas Bellinger <nab@linux-iscsi.org>
parent c1ccbfe0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
	}