diff mbox series

scsi: Spelling s/semahpore/semaphore/

Message ID d7d04004b818d7ab5d62002f286b0a1b0b493193.1681208251.git.geert+renesas@glider.be
State New
Headers show
Series scsi: Spelling s/semahpore/semaphore/ | expand

Commit Message

Geert Uytterhoeven April 11, 2023, 10:18 a.m. UTC
Fix misspellings of "semaphore".

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
 drivers/scsi/cxlflash/superpipe.c | 2 +-
 drivers/scsi/cxlflash/vlun.c      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Comments

Martin K. Petersen April 12, 2023, 1:27 a.m. UTC | #1
Geert,

> Fix misspellings of "semaphore".

Applied to 6.4/scsi-staging, thanks!
Martin K. Petersen April 19, 2023, 3:20 a.m. UTC | #2
On Tue, 11 Apr 2023 12:18:20 +0200, Geert Uytterhoeven wrote:

> Fix misspellings of "semaphore".
> 
> 

Applied to 6.4/scsi-queue, thanks!

[1/1] scsi: Spelling s/semahpore/semaphore/
      https://git.kernel.org/mkp/scsi/c/cabb63746511
diff mbox series

Patch

diff --git a/drivers/scsi/cxlflash/superpipe.c b/drivers/scsi/cxlflash/superpipe.c
index 22cfc2e1dfb938d4..e1b55b03e81243b4 100644
--- a/drivers/scsi/cxlflash/superpipe.c
+++ b/drivers/scsi/cxlflash/superpipe.c
@@ -358,7 +358,7 @@  static int read_cap16(struct scsi_device *sdev, struct llun_info *lli)
 	dev_dbg(dev, "%s: %ssending cmd(%02x)\n", __func__,
 		retry_cnt ? "re" : "", scsi_cmd[0]);
 
-	/* Drop the ioctl read semahpore across lengthy call */
+	/* Drop the ioctl read semaphore across lengthy call */
 	up_read(&cfg->ioctl_rwsem);
 	result = scsi_execute_cmd(sdev, scsi_cmd, REQ_OP_DRV_IN, cmd_buf,
 				  CMD_BUFSIZE, to, CMD_RETRIES, &exec_args);
diff --git a/drivers/scsi/cxlflash/vlun.c b/drivers/scsi/cxlflash/vlun.c
index 9caabf5504362cb2..cbd5a648a131be64 100644
--- a/drivers/scsi/cxlflash/vlun.c
+++ b/drivers/scsi/cxlflash/vlun.c
@@ -448,7 +448,7 @@  static int write_same16(struct scsi_device *sdev,
 		put_unaligned_be32(ws_limit < left ? ws_limit : left,
 				   &scsi_cmd[10]);
 
-		/* Drop the ioctl read semahpore across lengthy call */
+		/* Drop the ioctl read semaphore across lengthy call */
 		up_read(&cfg->ioctl_rwsem);
 		result = scsi_execute_cmd(sdev, scsi_cmd, REQ_OP_DRV_OUT,
 					  cmd_buf, CMD_BUFSIZE, to,