summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbschmidt <bschmidt@FreeBSD.org>2010-08-06 18:46:27 +0000
committerbschmidt <bschmidt@FreeBSD.org>2010-08-06 18:46:27 +0000
commitf5f8eecb322c3681919c6d012623ab435f1a4543 (patch)
treec313ad264229a3ebf24537a111817fc63c434e0b
parentc21b4e698be0f9509d2c9e674e81ac882b29607d (diff)
downloadFreeBSD-src-f5f8eecb322c3681919c6d012623ab435f1a4543.zip
FreeBSD-src-f5f8eecb322c3681919c6d012623ab435f1a4543.tar.gz
Fix whitespace nits.
PR: conf/148989 Submitted by: pluknet <pluknet at gmail.com> MFC after: 3 days
-rw-r--r--sys/amd64/conf/GENERIC2
-rw-r--r--sys/i386/conf/GENERIC2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC
index a3d230e..e7873e9 100644
--- a/sys/amd64/conf/GENERIC
+++ b/sys/amd64/conf/GENERIC
@@ -62,7 +62,7 @@ options KBD_INSTALL_CDEV # install a CDEV entry in /dev
options HWPMC_HOOKS # Necessary kernel hooks for hwpmc(4)
options AUDIT # Security event auditing
options MAC # TrustedBSD MAC Framework
-options FLOWTABLE # per-cpu routing cache
+options FLOWTABLE # per-cpu routing cache
#options KDTRACE_FRAME # Ensure frames are compiled in
#options KDTRACE_HOOKS # Kernel DTrace hooks
options INCLUDE_CONFIG_FILE # Include this file in kernel
diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC
index 0b456a2..76cb963 100644
--- a/sys/i386/conf/GENERIC
+++ b/sys/i386/conf/GENERIC
@@ -63,7 +63,7 @@ options KBD_INSTALL_CDEV # install a CDEV entry in /dev
options HWPMC_HOOKS # Necessary kernel hooks for hwpmc(4)
options AUDIT # Security event auditing
options MAC # TrustedBSD MAC Framework
-options FLOWTABLE # per-cpu routing cache
+options FLOWTABLE # per-cpu routing cache
#options KDTRACE_HOOKS # Kernel DTrace hooks
options INCLUDE_CONFIG_FILE # Include this file in kernel
OpenPOWER on IntegriCloud