mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -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
|
@ -711,7 +711,7 @@ static void get_pci_host_devaddr(Object *obj, Visitor *v, const char *name,
|
|||
|
||||
/*
|
||||
* Catch "invalid" device reference from vfio-pci and allow the
|
||||
* default buffer representing the non-existant device to be used.
|
||||
* default buffer representing the non-existent device to be used.
|
||||
*/
|
||||
if (~addr->domain || ~addr->bus || ~addr->slot || ~addr->function) {
|
||||
rc = snprintf(buffer, sizeof(buffer), "%04x:%02x:%02x.%0d",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue