Author: ivoras
Date: Wed Mar  3 13:29:39 2010
New Revision: 204633
URL: http://svn.freebsd.org/changeset/base/204633

Log:
  Make the comment follow style(9) format.
  
  Spotted by: jhb

Modified:
  head/sys/sys/systm.h

Modified: head/sys/sys/systm.h
==============================================================================
--- head/sys/sys/systm.h        Wed Mar  3 10:18:03 2010        (r204632)
+++ head/sys/sys/systm.h        Wed Mar  3 13:29:39 2010        (r204633)
@@ -65,9 +65,11 @@ extern int maxusers;         /* system tune hin
 extern int ngroups_max;                /* max # of supplemental groups */
 extern int vm_guest;           /* Running as virtual machine guest? */
 
-/* Detected virtual machine guest types. The intention is to expand
+/*
+ * Detected virtual machine guest types. The intention is to expand
  * and/or add to the VM_GUEST_VM type if specific VM functionality is
- * ever implemented (e.g. vendor-specific paravirtualization features). */
+ * ever implemented (e.g. vendor-specific paravirtualization features).
+ */
 enum VM_GUEST { VM_GUEST_NO = 0, VM_GUEST_VM, VM_GUEST_XEN };
 
 #ifdef INVARIANTS              /* The option is always available */
_______________________________________________
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-unsubscr...@freebsd.org"

Reply via email to