From nobody@FreeBSD.org  Tue Jul 27 09:44:12 2010
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id E7A9D1065673
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 27 Jul 2010 09:44:12 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id D9D608FC1D
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 27 Jul 2010 09:44:12 +0000 (UTC)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o6R9iCET035993
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 27 Jul 2010 09:44:12 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id o6R9iC6a035992;
	Tue, 27 Jul 2010 09:44:12 GMT
	(envelope-from nobody)
Message-Id: <201007270944.o6R9iC6a035992@www.freebsd.org>
Date: Tue, 27 Jul 2010 09:44:12 GMT
From: pluknet <pluknet@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [patch] whitespace in GENERIC
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         148989
>Category:       conf
>Synopsis:       [patch] whitespace in GENERIC
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jul 27 09:50:00 UTC 2010
>Closed-Date:    Fri Aug 06 18:48:42 UTC 2010
>Last-Modified:  Wed Aug 11 07:20:04 UTC 2010
>Originator:     pluknet
>Release:        8.1-RELEASE
>Organization:
>Environment:
>Description:
r193864 adds "options<TAB><TAB>FLOWTABLE" to i386 and amd64 GENERIC file.
That should be "options<SPACE><TAB>FLOWTABLE".
>How-To-Repeat:

>Fix:
Use "options<SPACE><TAB>" for consistency.


Patch attached with submission follows:

Index: sys/i386/conf/GENERIC
===================================================================
--- sys/i386/conf/GENERIC	(revision 209989)
+++ sys/i386/conf/GENERIC	(working copy)
@@ -63,7 +63,7 @@
 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
 
Index: sys/amd64/conf/GENERIC
===================================================================
--- sys/amd64/conf/GENERIC	(revision 209989)
+++ sys/amd64/conf/GENERIC	(working copy)
@@ -62,7 +62,7 @@
 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


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: bschmidt 
State-Changed-When: Fri Aug 6 18:48:15 UTC 2010 
State-Changed-Why:  
Committed as r210947, thanks. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=148989 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: conf/148989: commit references a PR
Date: Fri,  6 Aug 2010 18:46:38 +0000 (UTC)

 Author: bschmidt
 Date: Fri Aug  6 18:46:27 2010
 New Revision: 210947
 URL: http://svn.freebsd.org/changeset/base/210947
 
 Log:
   Fix whitespace nits.
   
   PR:		conf/148989
   Submitted by:	pluknet <pluknet at gmail.com>
   MFC after:	3 days
 
 Modified:
   head/sys/amd64/conf/GENERIC
   head/sys/i386/conf/GENERIC
 
 Modified: head/sys/amd64/conf/GENERIC
 ==============================================================================
 --- head/sys/amd64/conf/GENERIC	Fri Aug  6 18:44:07 2010	(r210946)
 +++ head/sys/amd64/conf/GENERIC	Fri Aug  6 18:46:27 2010	(r210947)
 @@ -62,7 +62,7 @@ options 	KBD_INSTALL_CDEV	# install a CD
  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
 
 Modified: head/sys/i386/conf/GENERIC
 ==============================================================================
 --- head/sys/i386/conf/GENERIC	Fri Aug  6 18:44:07 2010	(r210946)
 +++ head/sys/i386/conf/GENERIC	Fri Aug  6 18:46:27 2010	(r210947)
 @@ -63,7 +63,7 @@ options 	KBD_INSTALL_CDEV	# install a CD
  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
  
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: conf/148989: commit references a PR
Date: Wed, 11 Aug 2010 07:11:30 +0000 (UTC)

 Author: bschmidt
 Date: Wed Aug 11 07:11:20 2010
 New Revision: 211171
 URL: http://svn.freebsd.org/changeset/base/211171
 
 Log:
   MFC r210947:
   Fix whitespace nits.
   
   PR:		conf/148989
   Submitted by:	pluknet <pluknet at gmail.com>
 
 Modified:
   stable/8/sys/amd64/conf/GENERIC
   stable/8/sys/i386/conf/GENERIC
 Directory Properties:
   stable/8/sys/   (props changed)
   stable/8/sys/amd64/include/xen/   (props changed)
   stable/8/sys/cam/   (props changed)
   stable/8/sys/cddl/contrib/opensolaris/   (props changed)
   stable/8/sys/contrib/dev/acpica/   (props changed)
   stable/8/sys/contrib/pf/   (props changed)
   stable/8/sys/dev/xen/xenpci/   (props changed)
 
 Modified: stable/8/sys/amd64/conf/GENERIC
 ==============================================================================
 --- stable/8/sys/amd64/conf/GENERIC	Wed Aug 11 07:05:27 2010	(r211170)
 +++ stable/8/sys/amd64/conf/GENERIC	Wed Aug 11 07:11:20 2010	(r211171)
 @@ -72,7 +72,7 @@ options 	KBD_INSTALL_CDEV	# install a CD
  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
 
 Modified: stable/8/sys/i386/conf/GENERIC
 ==============================================================================
 --- stable/8/sys/i386/conf/GENERIC	Wed Aug 11 07:05:27 2010	(r211170)
 +++ stable/8/sys/i386/conf/GENERIC	Wed Aug 11 07:11:20 2010	(r211171)
 @@ -73,7 +73,7 @@ options 	KBD_INSTALL_CDEV	# install a CD
  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
  
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 
>Unformatted:
