svn commit: r189888 - in stable/7/sys: . contrib/pf dev/ath/ath_hal
dev/cxgb security/audit
Robert Watson
rwatson at FreeBSD.org
Mon Mar 16 10:08:11 PDT 2009
Author: rwatson
Date: Mon Mar 16 17:08:10 2009
New Revision: 189888
URL: http://svn.freebsd.org/changeset/base/189888
Log:
Merge r186662 from head to stable/7:
Fix white space botch: use carriage returns rather than tabs.
Modified:
stable/7/sys/ (props changed)
stable/7/sys/contrib/pf/ (props changed)
stable/7/sys/dev/ath/ath_hal/ (props changed)
stable/7/sys/dev/cxgb/ (props changed)
stable/7/sys/security/audit/audit_pipe.c
Modified: stable/7/sys/security/audit/audit_pipe.c
==============================================================================
--- stable/7/sys/security/audit/audit_pipe.c Mon Mar 16 17:03:33 2009 (r189887)
+++ stable/7/sys/security/audit/audit_pipe.c Mon Mar 16 17:08:10 2009 (r189888)
@@ -169,7 +169,8 @@ struct audit_pipe {
/*
* Current pending record list. Protected by a combination of ap_mtx
* and ap_sx. Note particularly that *both* locks are required to
- * remove a record from the head of the queue, as an in-progress read * may sleep while copying and therefore cannot hold ap_mtx.
+ * remove a record from the head of the queue, as an in-progress read
+ * may sleep while copying and therefore cannot hold ap_mtx.
*/
TAILQ_HEAD(, audit_pipe_entry) ap_queue;
More information about the svn-src-all
mailing list