]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Clean up a comment
authorVMware, Inc <>
Fri, 18 Sep 2009 21:37:19 +0000 (14:37 -0700)
committerMarcelo Vanzin <mvanzin@mvanzin-dev1.eng.vmware.com>
Sat, 19 Sep 2009 01:49:11 +0000 (18:49 -0700)
Signed-off-by: Marcelo Vanzin <mvanzin@vmware.com>
open-vm-tools/lib/misc/eventfd.c

index 53be4e0c9bd9ba7e5a80ce186a124fa0d49f8b3b..05c26081fe800ed57f53b2a9ab4223f9b6453aa3 100644 (file)
 
 #ifdef SYS_eventfd2
 /*
- * If this error fires, either start using <sys/eventfd.h> instead of "eventfd.h",
- * or rename our eventfd/eventfd_read/eventfd_write to some private names and modify
- * all users to use them.  As you can guess, switching to glibc's eventfd.h is
- * preferred choice.
+ * If this error fires, either start using <sys/eventfd.h> instead of
+ * "eventfd.h", or rename our eventfd/eventfd_read/eventfd_write to some
+ * private names and modify all users to use them. As you can guess,
+ * switching to glibc's eventfd.h is preferred choice.
  */
+
 #   error "You have real SYS_eventfd2.  You should stop using this one."
 #endif
 #ifdef VM_X86_64