Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Colin Ian King and committed by
Greg Kroah-Hartman
1100395d e286148d

+1 -1
+1 -1
drivers/usb/storage/isd200.c
··· 1383 1383 ATA_CMD_MEDIA_LOCK : ATA_CMD_MEDIA_UNLOCK; 1384 1384 isd200_srb_set_bufflen(srb, 0); 1385 1385 } else { 1386 - usb_stor_dbg(us, " Not removeable media, just report okay\n"); 1386 + usb_stor_dbg(us, " Not removable media, just report okay\n"); 1387 1387 srb->result = SAM_STAT_GOOD; 1388 1388 sendToTransport = 0; 1389 1389 }