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

scsi: sr: Fix spelling mistake "does'nt" -> "doesn't"

There is a spelling mistake in a literal string. Fix it.

Link: https://lore.kernel.org/r/20210826115714.11844-1-colin.king@canonical.com
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>

authored by

Colin Ian King and committed by
Martin K. Petersen
e699a4e1 fc13fc07

+1 -1
+1 -1
drivers/scsi/sr_ioctl.c
··· 523 523 return rc; 524 524 cd->readcd_known = 0; 525 525 sr_printk(KERN_INFO, cd, 526 - "CDROM does'nt support READ CD (0xbe) command\n"); 526 + "CDROM doesn't support READ CD (0xbe) command\n"); 527 527 /* fall & retry the other way */ 528 528 } 529 529 /* ... if this fails, we switch the blocksize using MODE SELECT */