mirror of
https://github.com/torvalds/linux.git
synced 2024-11-23 04:31:50 +00:00
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: Colin Ian King <colin.king@canonical.com> Acked-by: Alan Stern <stern@rowland.harvard.edu> Link: https://lore.kernel.org/r/20200810083211.48282-1-colin.king@canonical.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
e286148ddd
commit
1100395dc4
@ -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;
|
||||
isd200_srb_set_bufflen(srb, 0);
|
||||
} 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;
|
||||
sendToTransport = 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user