We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a38923f commit 9a8ef2cCopy full SHA for 9a8ef2c
drivers/target/target_core_pr.c
@@ -269,7 +269,7 @@ target_scsi2_reservation_reserve(struct se_cmd *cmd)
269
spin_lock(&dev->dev_reservation_lock);
270
if (dev->reservation_holder &&
271
dev->reservation_holder->se_node_acl != sess->se_node_acl) {
272
- pr_err("SCSI-2 RESERVATION CONFLIFT for %s fabric\n",
+ pr_err("SCSI-2 RESERVATION CONFLICT for %s fabric\n",
273
tpg->se_tpg_tfo->fabric_name);
274
pr_err("Original reserver LUN: %llu %s\n",
275
cmd->se_lun->unpacked_lun,
0 commit comments