projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc13fc0
)
scsi: sr: Fix spelling mistake "does'nt" -> "doesn't"
author
Colin Ian King
<colin.king@canonical.com>
Thu, 26 Aug 2021 11:57:14 +0000
(12:57 +0100)
committer
Martin K. Petersen
<martin.petersen@oracle.com>
Tue, 14 Sep 2021 02:15:49 +0000
(22:15 -0400)
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>
drivers/scsi/sr_ioctl.c
patch
|
blob
|
history
diff --git
a/drivers/scsi/sr_ioctl.c
b/drivers/scsi/sr_ioctl.c
index 79d9aa2df528b35e89f2014d1da29503f6599d45..ddd00efc488252644e732a481d29d3ee5ecc8e3c 100644
(file)
--- a/
drivers/scsi/sr_ioctl.c
+++ b/
drivers/scsi/sr_ioctl.c
@@
-523,7
+523,7
@@
static int sr_read_sector(Scsi_CD *cd, int lba, int blksize, unsigned char *dest
return rc;
cd->readcd_known = 0;
sr_printk(KERN_INFO, cd,
- "CDROM does
'n
t support READ CD (0xbe) command\n");
+ "CDROM does
n'
t support READ CD (0xbe) command\n");
/* fall & retry the other way */
}
/* ... if this fails, we switch the blocksize using MODE SELECT */