Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Feb 2023 14:37:15 GMT
From:      Mike Karels <karels@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: d44acf5d8d23 - main - i386 kernel config: clean up whitespace
Message-ID:  <202302241437.31OEbF5O049521@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by karels:

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

commit d44acf5d8d2329e14547d97be7e3afbd5355a26e
Author:     Mike Karels <karels@FreeBSD.org>
AuthorDate: 2023-02-23 17:42:59 +0000
Commit:     Mike Karels <karels@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202302241437.31OEbF5O049521>