Date: Wed, 3 Mar 2010 13:29:39 +0000 (UTC) From: Ivan Voras <ivoras@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r204633 - head/sys/sys Message-ID: <201003031329.o23DTdde062938@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201003031329.o23DTdde062938>