mirror of
https://github.com/hermitcore/libhermit.git
synced 2025-03-09 00:00:03 +01:00
remove typos
This commit is contained in:
parent
b771ad7b3c
commit
7a4652daa4
1 changed files with 6 additions and 6 deletions
|
@ -365,7 +365,7 @@ err_t vioif_init(struct netif* netif)
|
|||
uint32_t required = (1UL << VIRTIO_NET_F_MAC) | (1UL << VIRTIO_NET_F_STATUS);
|
||||
|
||||
if ((features & required) != required) {
|
||||
LOG_ERROR("Host isn't able to fulfill HermireCore's requirements\n");
|
||||
LOG_ERROR("Host isn't able to fulfill HermitCore's requirements\n");
|
||||
outportb(vioif->iobase + VIRTIO_PCI_STATUS, VIRTIO_CONFIG_S_FAILED);
|
||||
kfree(vioif);
|
||||
return ERR_ARG;
|
||||
|
|
Loading…
Add table
Reference in a new issue