Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Feb 2023 14:37:13 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: 91646fe5750c - main - arm kernel config: clean up whitespace
Message-ID:  <202302241437.31OEbDS4049480@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=91646fe5750c3cb22783a1b41e4f370b66176659

commit 91646fe5750c3cb22783a1b41e4f370b66176659
Author:     Mike Karels <karels@FreeBSD.org>
AuthorDate: 2023-02-23 17:38:26 +0000
Commit:     Mike Karels <karels@FreeBSD.org>
CommitDate: 2023-02-24 14:36:28 +0000

    arm 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/arm/conf/ARMADA38X      | 6 +++---
 sys/arm/conf/GENERIC        | 6 +++---
 sys/arm/conf/GENERIC-MMCCAM | 2 +-
 sys/arm/conf/SOCDK          | 4 ++--
 sys/arm/conf/std.armv7      | 2 +-
 sys/arm/conf/std.qca        | 2 +-
 6 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/sys/arm/conf/ARMADA38X b/sys/arm/conf/ARMADA38X
index 238d8189f37e..17ba80095531 100644
--- a/sys/arm/conf/ARMADA38X
+++ b/sys/arm/conf/ARMADA38X
@@ -21,7 +21,7 @@ options 	ROOTDEVNAME=\"/dev/da0s1a\"
 options 	SCHED_ULE		# ULE scheduler
 options 	SMP
 
-options		VM_KMEM_SIZE_MAX=0x9CCD000
+options 	VM_KMEM_SIZE_MAX=0x9CCD000
 
 # pseudo devices
 device		clk
@@ -92,7 +92,7 @@ device		ath		# Atheros NIC's
 device		ath_pci		# Atheros pci/cardbus glue
 device		ath_hal
 device		ath_rate_sample
-options		ATH_ENABLE_11N
+options 	ATH_ENABLE_11N
 
 # CESA
 device		cesa
@@ -102,7 +102,7 @@ device		cryptodev
 # L2 Cache
 device		pl310
 
-options		PLATFORM
+options 	PLATFORM
 
 # FDT
 options 	FDT
diff --git a/sys/arm/conf/GENERIC b/sys/arm/conf/GENERIC
index 83dd919de3ac..84f81a2f142c 100644
--- a/sys/arm/conf/GENERIC
+++ b/sys/arm/conf/GENERIC
@@ -61,8 +61,8 @@ options 	SOC_BCM2836
 options 	SOC_BRCM_BCM2837
 options 	SOC_MV_ARMADA38X
 options 	SOC_MV_ARMADAXP
-options		SOC_TI_AM335X
-options		SOC_OMAP4
+options 	SOC_TI_AM335X
+options 	SOC_OMAP4
 
 options 	SCHED_ULE		# ULE scheduler
 options 	SMP			# Enable multiple cores
@@ -164,7 +164,7 @@ device		gpioregulator
 
 # EVDEV support
 device		evdev			# input event device support
-options		EVDEV_SUPPORT		# evdev support in legacy drivers
+options 	EVDEV_SUPPORT		# evdev support in legacy drivers
 device		uinput			# install /dev/uinput cdev
 device		aw_cir
 
diff --git a/sys/arm/conf/GENERIC-MMCCAM b/sys/arm/conf/GENERIC-MMCCAM
index 0e36756d2241..c5ae6d4560c5 100644
--- a/sys/arm/conf/GENERIC-MMCCAM
+++ b/sys/arm/conf/GENERIC-MMCCAM
@@ -11,7 +11,7 @@ include		GENERIC
 
 ident		GENERIC-MMCCAM
 
-options		MMCCAM
+options 	MMCCAM
 
 # Add CAMDEBUG stuff
 options 	CAMDEBUG
diff --git a/sys/arm/conf/SOCDK b/sys/arm/conf/SOCDK
index 59f93d480a86..b5561b9b7ff2 100644
--- a/sys/arm/conf/SOCDK
+++ b/sys/arm/conf/SOCDK
@@ -23,8 +23,8 @@
 include 	"SOCFPGA"
 ident		SOCDK
 
-options		ROOTDEVNAME=\"ufs:/dev/mmcsd0s4\"
+options 	ROOTDEVNAME=\"ufs:/dev/mmcsd0s4\"
 
 # Flattened Device Tree
-options		FDT_DTB_STATIC
+options 	FDT_DTB_STATIC
 makeoptions	FDT_DTS_FILE=socfpga_arria10_socdk_sdmmc.dts
diff --git a/sys/arm/conf/std.armv7 b/sys/arm/conf/std.armv7
index 03cc0ae5a2b8..8db32751732b 100644
--- a/sys/arm/conf/std.armv7
+++ b/sys/arm/conf/std.armv7
@@ -11,7 +11,7 @@ options 	CC_CUBIC		# include CUBIC congestion control
 options 	TCP_HHOOK		# hhook(9) framework for TCP
 device		crypto			# core crypto support
 options 	IPSEC_SUPPORT		# Allow kldload of ipsec and tcpmd5
-options		NETLINK			# netlink(4) support
+options 	NETLINK			# netlink(4) support
 options 	SCTP_SUPPORT		# Allow kldload of SCTP
 options 	FFS			# Berkeley Fast Filesystem
 options 	SOFTUPDATES		# Enable FFS soft updates support
diff --git a/sys/arm/conf/std.qca b/sys/arm/conf/std.qca
index 7fbb99300e84..24e6601f0939 100644
--- a/sys/arm/conf/std.qca
+++ b/sys/arm/conf/std.qca
@@ -70,7 +70,7 @@ device 		usb
 device 		xhci
 device 		dwc3
 device 		qcom_dwc3
-options		USB_HOST_ALIGN=64
+options 	USB_HOST_ALIGN=64
 
 # Ethernet support
 device 		mdio



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