提交 1100395d 编写于 作者: C Colin Ian King 提交者: Greg Kroah-Hartman

USB: storage: isd200: fix spelling mistake "removeable" -> "removable"

There is a spelling mistake in a usb_stor_dbg debug message. Fix it.
Signed-off-by: NColin Ian King <colin.king@canonical.com>
Acked-by: NAlan Stern <stern@rowland.harvard.edu>
Link: https://lore.kernel.org/r/20200810083211.48282-1-colin.king@canonical.comSigned-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 e286148d
...@@ -1383,7 +1383,7 @@ static int isd200_scsi_to_ata(struct scsi_cmnd *srb, struct us_data *us, ...@@ -1383,7 +1383,7 @@ static int isd200_scsi_to_ata(struct scsi_cmnd *srb, struct us_data *us,
ATA_CMD_MEDIA_LOCK : ATA_CMD_MEDIA_UNLOCK; ATA_CMD_MEDIA_LOCK : ATA_CMD_MEDIA_UNLOCK;
isd200_srb_set_bufflen(srb, 0); isd200_srb_set_bufflen(srb, 0);
} else { } else {
usb_stor_dbg(us, " Not removeable media, just report okay\n"); usb_stor_dbg(us, " Not removable media, just report okay\n");
srb->result = SAM_STAT_GOOD; srb->result = SAM_STAT_GOOD;
sendToTransport = 0; sendToTransport = 0;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册