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

Commit a3960ced authored by Colin Ian King's avatar Colin Ian King Committed by Bart Van Assche
Browse files

target: Fix spelling mistake and unwrap multi-line text



Trivial fix to spelling mistake "Obselete" to "Obsolete"
in error message and also turn multi-line text into one
line.

Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarBart Van Assche <bart.vanassche@sandisk.com>
parent a91918cd
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -255,8 +255,7 @@ target_scsi2_reservation_reserve(struct se_cmd *cmd)

	if ((cmd->t_task_cdb[1] & 0x01) &&
	    (cmd->t_task_cdb[1] & 0x02)) {
		pr_err("LongIO and Obselete Bits set, returning"
				" ILLEGAL_REQUEST\n");
		pr_err("LongIO and Obsolete Bits set, returning ILLEGAL_REQUEST\n");
		return TCM_UNSUPPORTED_SCSI_OPCODE;
	}
	/*