qemu-trivial
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 1/4] hw/ide/atapi.c: Correct typos (CD-CDROM -> CD-ROM)


From: Laurent Vivier
Subject: Re: [PATCH 1/4] hw/ide/atapi.c: Correct typos (CD-CDROM -> CD-ROM)
Date: Tue, 28 Jun 2022 11:57:28 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.10.0

Le 28/05/2022 à 23:02, Lev Kujawski a écrit :
Signed-off-by: Lev Kujawski <lkujaw@member.fsf.org>
---
  hw/ide/atapi.c | 4 ++--
  1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/hw/ide/atapi.c b/hw/ide/atapi.c
index b626199e3d..88b2890faf 100644
--- 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-CDROM 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-CDROM 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)

Reviewed-by: Laurent Vivier <laurent@vivier.eu>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]