Date: Fri, 24 Feb 2023 14:37:17 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: ae4387d724e2 - main - riscv kernel config: clean up whitespace Message-ID: <202302241437.31OEbHeH049559@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=ae4387d724e2661e5e4ee7743954ffaa9ac01275 commit ae4387d724e2661e5e4ee7743954ffaa9ac01275 Author: Mike Karels <karels@FreeBSD.org> AuthorDate: 2023-02-23 17:45:08 +0000 Commit: Mike Karels <karels@FreeBSD.org> CommitDate: 2023-02-24 14:36:29 +0000 riscv 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/riscv/conf/GENERIC | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys/riscv/conf/GENERIC b/sys/riscv/conf/GENERIC index 69c36511da80..df7d680ff3ff 100644 --- a/sys/riscv/conf/GENERIC +++ b/sys/riscv/conf/GENERIC @@ -31,8 +31,8 @@ options INET # InterNETworking options INET6 # IPv6 communications protocols options TCP_HHOOK # hhook(9) framework for TCP 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_OFFLOAD # TCP offload options TCP_BLACKBOX # Enhanced TCP event logging options TCP_RFC7413 # TCP Fast Open @@ -189,7 +189,7 @@ options ALT_BREAK_TO_DEBUGGER # Enter debugger on keyboard escape sequence options VERBOSE_SYSINIT=0 # Support debug.verbose_sysinit, off by default # Kernel dump features. -options ZSTDIO # zstd-compressed kernel and user dumps +options ZSTDIO # zstd-compressed kernel and user dumps # Pseudo devices. device crypto # core crypto support
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202302241437.31OEbHeH049559>