mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 18:23:57 -06:00
hw/other: spelling fixes
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru> Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
parent
6eedbb5b0c
commit
9b4b4e510b
48 changed files with 85 additions and 85 deletions
|
@ -17,7 +17,7 @@
|
|||
* Notes on coding style
|
||||
* ---------------------
|
||||
* While QEMU coding style prefers lowercase hexadecimals in constants, the
|
||||
* NVMe subsystem use thes format from the NVMe specifications in the comments
|
||||
* NVMe subsystem use this format from the NVMe specifications in the comments
|
||||
* (i.e. 'h' suffix instead of '0x' prefix).
|
||||
*
|
||||
* Usage
|
||||
|
@ -730,7 +730,7 @@ static inline void nvme_sg_unmap(NvmeSg *sg)
|
|||
}
|
||||
|
||||
/*
|
||||
* When metadata is transfered as extended LBAs, the DPTR mapped into `sg`
|
||||
* When metadata is transferred as extended LBAs, the DPTR mapped into `sg`
|
||||
* holds both data and metadata. This function splits the data and metadata
|
||||
* into two separate QSG/IOVs.
|
||||
*/
|
||||
|
@ -7594,7 +7594,7 @@ static void nvme_process_db(NvmeCtrl *n, hwaddr addr, int val)
|
|||
/*
|
||||
* NVM Express v1.3d, Section 4.1 state: "If host software writes
|
||||
* an invalid value to the Submission Queue Tail Doorbell or
|
||||
* Completion Queue Head Doorbell regiter and an Asynchronous Event
|
||||
* Completion Queue Head Doorbell register and an Asynchronous Event
|
||||
* Request command is outstanding, then an asynchronous event is
|
||||
* posted to the Admin Completion Queue with a status code of
|
||||
* Invalid Doorbell Write Value."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue