All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] scsi: target: Fix spelling mistake "CONFLIFT" -> "CONFLICT"
@ 2021-09-20 18:32 Colin King
  2021-09-22  4:44 ` Martin K. Petersen
  0 siblings, 1 reply; 2+ messages in thread
From: Colin King @ 2021-09-20 18:32 UTC (permalink / raw)
  To: Martin K . Petersen, linux-scsi, target-devel
  Cc: kernel-janitors, linux-kernel

From: Colin Ian King <colin.king@canonical.com>

There is a spelling mistake in a dev_err message. Fix it.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 drivers/target/target_core_pr.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/target/target_core_pr.c b/drivers/target/target_core_pr.c
index 4b94b085625b..3829b61b56c1 100644
--- a/drivers/target/target_core_pr.c
+++ b/drivers/target/target_core_pr.c
@@ -269,7 +269,7 @@ target_scsi2_reservation_reserve(struct se_cmd *cmd)
 	spin_lock(&dev->dev_reservation_lock);
 	if (dev->reservation_holder &&
 	    dev->reservation_holder->se_node_acl != sess->se_node_acl) {
-		pr_err("SCSI-2 RESERVATION CONFLIFT for %s fabric\n",
+		pr_err("SCSI-2 RESERVATION CONFLICT for %s fabric\n",
 			tpg->se_tpg_tfo->fabric_name);
 		pr_err("Original reserver LUN: %llu %s\n",
 			cmd->se_lun->unpacked_lun,
-- 
2.32.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] scsi: target: Fix spelling mistake "CONFLIFT" -> "CONFLICT"
  2021-09-20 18:32 [PATCH] scsi: target: Fix spelling mistake "CONFLIFT" -> "CONFLICT" Colin King
@ 2021-09-22  4:44 ` Martin K. Petersen
  0 siblings, 0 replies; 2+ messages in thread
From: Martin K. Petersen @ 2021-09-22  4:44 UTC (permalink / raw)
  To: Colin King, linux-scsi, target-devel
  Cc: Martin K . Petersen, linux-kernel, kernel-janitors

On Mon, 20 Sep 2021 19:32:06 +0100, Colin King wrote:

> From: Colin Ian King <colin.king@canonical.com>
> 
> There is a spelling mistake in a dev_err message. Fix it.
> 
> 

Applied to 5.15/scsi-fixes, thanks!

[1/1] scsi: target: Fix spelling mistake "CONFLIFT" -> "CONFLICT"
      https://git.kernel.org/mkp/scsi/c/9a8ef2c73c72

-- 
Martin K. Petersen	Oracle Linux Engineering

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-09-22  4:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-20 18:32 [PATCH] scsi: target: Fix spelling mistake "CONFLIFT" -> "CONFLICT" Colin King
2021-09-22  4:44 ` Martin K. Petersen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.