Skip to content

Commit cabb637

Browse files
geertumartinkpetersen
authored andcommitted
scsi: cxlflash: s/semahpore/semaphore/
Fix misspellings of "semaphore". Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Link: https://lore.kernel.org/r/d7d04004b818d7ab5d62002f286b0a1b0b493193.1681208251.git.geert+renesas@glider.be Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
1 parent 8bfb89f commit cabb637

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

drivers/scsi/cxlflash/superpipe.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ static int read_cap16(struct scsi_device *sdev, struct llun_info *lli)
358358
dev_dbg(dev, "%s: %ssending cmd(%02x)\n", __func__,
359359
retry_cnt ? "re" : "", scsi_cmd[0]);
360360

361-
/* Drop the ioctl read semahpore across lengthy call */
361+
/* Drop the ioctl read semaphore across lengthy call */
362362
up_read(&cfg->ioctl_rwsem);
363363
result = scsi_execute_cmd(sdev, scsi_cmd, REQ_OP_DRV_IN, cmd_buf,
364364
CMD_BUFSIZE, to, CMD_RETRIES, &exec_args);

drivers/scsi/cxlflash/vlun.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ static int write_same16(struct scsi_device *sdev,
448448
put_unaligned_be32(ws_limit < left ? ws_limit : left,
449449
&scsi_cmd[10]);
450450

451-
/* Drop the ioctl read semahpore across lengthy call */
451+
/* Drop the ioctl read semaphore across lengthy call */
452452
up_read(&cfg->ioctl_rwsem);
453453
result = scsi_execute_cmd(sdev, scsi_cmd, REQ_OP_DRV_OUT,
454454
cmd_buf, CMD_BUFSIZE, to,

0 commit comments

Comments
 (0)