From: Colin Ian King Date: Mon, 10 Aug 2020 08:32:11 +0000 (+0100) Subject: USB: storage: isd200: fix spelling mistake "removeable" -> "removable" X-Git-Tag: microblaze-v5.11~128^2~144 X-Git-Url: http://git.monstr.eu/?a=commitdiff_plain;ds=sidebyside;h=1100395dc47cb78cab519f33a6a28cd3f1773ea4;p=linux-2.6-microblaze.git 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 Acked-by: Alan Stern Link: https://lore.kernel.org/r/20200810083211.48282-1-colin.king@canonical.com Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/usb/storage/isd200.c b/drivers/usb/storage/isd200.c index 89f5e33a6e6d..3c76336e43bb 100644 --- a/drivers/usb/storage/isd200.c +++ b/drivers/usb/storage/isd200.c @@ -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; }