The branch main has been updated by karels:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=d44acf5d8d2329e14547d97be7e3afbd5355a26e

commit d44acf5d8d2329e14547d97be7e3afbd5355a26e
Author:     Mike Karels <kar...@freebsd.org>
AuthorDate: 2023-02-23 17:42:59 +0000
Commit:     Mike Karels <kar...@freebsd.org>
CommitDate: 2023-02-24 14:36:29 +0000

    i386 kernel config: clean up whitespace
    
    Most options in kernel config files use "options<space><tab>OPTION".
    This allows the option to be commented out without shifting columns.
    A few options had two tabs, and some had spaces.  Make them consistent.
---
 sys/i386/conf/GENERIC | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC
index 5d30f2877c1c..8e688bd6581b 100644
--- a/sys/i386/conf/GENERIC
+++ b/sys/i386/conf/GENERIC
@@ -32,8 +32,8 @@ options       VIMAGE                  # Subsystem 
virtualization, e.g. VNET
 options        INET                    # InterNETworking
 options        INET6                   # IPv6 communications protocols
 options        IPSEC_SUPPORT           # Allow kldload of ipsec and tcpmd5
-options                NETLINK                 # netlink(4) support
-options                ROUTE_MPATH             # Multipath routing support
+options        NETLINK                 # netlink(4) support
+options        ROUTE_MPATH             # Multipath routing support
 options        TCP_HHOOK               # hhook(9) framework for TCP
 options        TCP_OFFLOAD             # TCP offload
 options        SCTP_SUPPORT            # Allow kldload of SCTP
@@ -120,7 +120,7 @@ device              acpi
 device         smbios
 device         pci
 options        PCI_HP                  # PCI-Express native HotPlug
-options                PCI_IOV                 # PCI SR-IOV support
+options        PCI_IOV                 # PCI SR-IOV support
 
 # Floppy drives
 device         fdc

Reply via email to