projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2296b46
)
hw/ide/atapi.c: Correct typos (CD-CDROM -> CD-ROM)
author
Lev Kujawski
<lkujaw@member.fsf.org>
Sat, 28 May 2022 20:46:59 +0000
(20:46 +0000)
committer
Laurent Vivier
<laurent@vivier.eu>
Tue, 28 Jun 2022 10:03:25 +0000
(12:03 +0200)
Signed-off-by: Lev Kujawski <lkujaw@member.fsf.org>
Reviewed-by: Laurent Vivier <laurent@vivier.eu>
Message-Id: <
20220528204702
.167912-1-lkujaw@member.fsf.org>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
hw/ide/atapi.c
patch
|
blob
|
history
diff --git
a/hw/ide/atapi.c
b/hw/ide/atapi.c
index b626199e3def404b27288f65370d272d8070233a..88b2890fafe4dec0776c6283a0e82ae40e9f4299 100644
(file)
--- a/
hw/ide/atapi.c
+++ b/
hw/ide/atapi.c
@@
-318,7
+318,7
@@
static void ide_atapi_cmd_reply(IDEState *s, int size, int max_size)
}
}
-/* start a CD-
CD
ROM read command */
+/* start a CD-ROM read command */
static void ide_atapi_cmd_read_pio(IDEState *s, int lba, int nb_sectors,
int sector_size)
{
@@
-417,7
+417,7
@@
eot:
ide_set_inactive(s, false);
}
-/* start a CD-
CD
ROM read command with DMA */
+/* start a CD-ROM read command with DMA */
/* XXX: test if DMA is available */
static void ide_atapi_cmd_read_dma(IDEState *s, int lba, int nb_sectors,
int sector_size)