mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06:00
hw/usb: spelling fixes
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru> Message-ID: <20230823065335.1919380-14-mjt@tls.msk.ru> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
This commit is contained in:
parent
b8d099825b
commit
2a8537cfbc
7 changed files with 9 additions and 9 deletions
|
@ -518,7 +518,7 @@ static void emulated_realize(CCIDCardState *base, Error **errp)
|
|||
goto out2;
|
||||
}
|
||||
|
||||
/* TODO: a passthru backened that works on local machine. third card type?*/
|
||||
/* TODO: a passthru backend that works on local machine. third card type?*/
|
||||
if (card->backend == BACKEND_CERTIFICATES) {
|
||||
if (card->cert1 != NULL && card->cert2 != NULL && card->cert3 != NULL) {
|
||||
ret = emulated_initialize_vcard_from_certificates(card);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue