mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-09 02:24:58 -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
|
@ -312,7 +312,7 @@ build_prepend_package_length(GArray *package, unsigned length, bool incl_self)
|
|||
/*
|
||||
* PkgLength is the length of the inclusive length of the data
|
||||
* and PkgLength's length itself when used for terms with
|
||||
* explitit length.
|
||||
* explicit length.
|
||||
*/
|
||||
length += length_bytes;
|
||||
}
|
||||
|
@ -680,7 +680,7 @@ Aml *aml_store(Aml *val, Aml *target)
|
|||
* "Op Operand Operand Target"
|
||||
* pattern.
|
||||
*
|
||||
* Returns: The newly allocated and composed according to patter Aml object.
|
||||
* Returns: The newly allocated and composed according to pattern Aml object.
|
||||
*/
|
||||
static Aml *
|
||||
build_opcode_2arg_dst(uint8_t op, Aml *arg1, Aml *arg2, Aml *dst)
|
||||
|
@ -2159,7 +2159,7 @@ void build_fadt(GArray *tbl, BIOSLinker *linker, const AcpiFadtData *f,
|
|||
/* FADT Minor Version */
|
||||
build_append_int_noprefix(tbl, f->minor_ver, 1);
|
||||
} else {
|
||||
build_append_int_noprefix(tbl, 0, 3); /* Reserved upto ACPI 5.0 */
|
||||
build_append_int_noprefix(tbl, 0, 3); /* Reserved up to ACPI 5.0 */
|
||||
}
|
||||
build_append_int_noprefix(tbl, 0, 8); /* X_FIRMWARE_CTRL */
|
||||
|
||||
|
|
|
@ -82,7 +82,7 @@ static void build_hmat_lb(GArray *table_data, HMAT_LB_Info *hmat_lb,
|
|||
uint32_t base;
|
||||
/* Length in bytes for entire structure */
|
||||
uint32_t lb_length
|
||||
= 32 /* Table length upto and including Entry Base Unit */
|
||||
= 32 /* Table length up to and including Entry Base Unit */
|
||||
+ 4 * num_initiator /* Initiator Proximity Domain List */
|
||||
+ 4 * num_target /* Target Proximity Domain List */
|
||||
+ 2 * num_initiator * num_target; /* Latency or Bandwidth Entries */
|
||||
|
|
|
@ -1102,7 +1102,7 @@ static void nvdimm_build_common_dsm(Aml *dev,
|
|||
* be treated as an integer. Moreover, the integer size depends on
|
||||
* DSDT tables revision number. If revision number is < 2, integer
|
||||
* size is 32 bits, otherwise it is 64 bits.
|
||||
* Because of this CreateField() canot be used if RLEN < Integer Size.
|
||||
* Because of this CreateField() cannot be used if RLEN < Integer Size.
|
||||
*
|
||||
* Also please note that APCI ASL operator SizeOf() doesn't support
|
||||
* Integer and there isn't any other way to figure out the Integer
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue