git: 411942a70eb6 - main - GENERIC: remove a stray space character
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 13 May 2023 20:06:03 UTC
The branch main has been updated by pstef: URL: https://cgit.FreeBSD.org/src/commit/?id=411942a70eb686dc46b971d2553698b7d89eaa76 commit 411942a70eb686dc46b971d2553698b7d89eaa76 Author: Piotr Pawel Stefaniak <pstef@FreeBSD.org> AuthorDate: 2023-05-13 19:30:28 +0000 Commit: Piotr Pawel Stefaniak <pstef@FreeBSD.org> CommitDate: 2023-05-13 19:31:49 +0000 GENERIC: remove a stray space character --- sys/amd64/conf/GENERIC | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC index 8f2e5e9fccb4..feec1d5dd3c8 100644 --- a/sys/amd64/conf/GENERIC +++ b/sys/amd64/conf/GENERIC @@ -375,7 +375,7 @@ device virtio_balloon # VirtIO Memory Balloon device device kvm_clock # KVM paravirtual clock driver # HyperV drivers and enhancement support -device hyperv # HyperV drivers +device hyperv # HyperV drivers # Xen HVM Guest Optimizations # NOTE: XENHVM depends on xenpci and xentimer.