mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-09 10:34:58 -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
|
@ -59,7 +59,7 @@ static uint32_t set_isolation_state(sPAPRDRConnector *drc,
|
|||
trace_spapr_drc_set_isolation_state(get_index(drc), state);
|
||||
|
||||
if (state == SPAPR_DR_ISOLATION_STATE_UNISOLATED) {
|
||||
/* cannot unisolate a non-existant resource, and, or resources
|
||||
/* cannot unisolate a non-existent resource, and, or resources
|
||||
* which are in an 'UNUSABLE' allocation state. (PAPR 2.7, 13.5.3.5)
|
||||
*/
|
||||
if (!drc->dev ||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue