bhyve: Remove useless return at the end of void function

Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
This commit is contained in:
Elyes Haouas 2023-02-23 07:36:13 +01:00 committed by Ed Maste
parent 956171d5bc
commit 71a21ad489
2 changed files with 0 additions and 4 deletions

View File

@ -365,8 +365,6 @@ pci_fbuf_render(struct bhyvegc *gc, void *arg)
sc->gc_width = sc->memregs.width;
sc->gc_height = sc->memregs.height;
}
return;
}
static int

View File

@ -567,8 +567,6 @@ vtinput_eventqueue_send_events(
/* clear queue and send interrupt to guest */
vtinput_eventqueue_clear(queue);
vq_endchains(vq, 1);
return;
}
static int