mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 09:43:56 -06:00
hw: Fix typos found by codespell
Signed-off-by: Stefan Weil <sw@weilnetz.de> Acked-by: Alistair Francis <alistair.francis@xilinx.com> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
This commit is contained in:
parent
5bb8590d37
commit
b12227afb1
11 changed files with 15 additions and 15 deletions
|
@ -105,7 +105,7 @@ typedef struct VIOsPAPRVLANDevice {
|
|||
uint32_t add_buf_ptr, use_buf_ptr, rx_bufs;
|
||||
hwaddr rxq_ptr;
|
||||
QEMUTimer *rxp_timer;
|
||||
uint32_t compat_flags; /* Compatability flags for migration */
|
||||
uint32_t compat_flags; /* Compatibility flags for migration */
|
||||
RxBufPool *rx_pool[RX_MAX_POOLS]; /* Receive buffer descriptor pools */
|
||||
} VIOsPAPRVLANDevice;
|
||||
|
||||
|
@ -559,7 +559,7 @@ static target_long spapr_vlan_add_rxbuf_to_pool(VIOsPAPRVLANDevice *dev,
|
|||
if (pool < 0) {
|
||||
/*
|
||||
* No matching pool found? Try to use a new one. If the guest used all
|
||||
* pools before, but changed the size of one pool inbetween, we might
|
||||
* pools before, but changed the size of one pool in the meantime, we might
|
||||
* need to recycle that pool here (if it's empty already). Thus scan
|
||||
* all buffer pools now, starting with the last (likely empty) one.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue