Index: /trunk/src/VBox/Additions/common/crOpenGL/glx.c
===================================================================
--- /trunk/src/VBox/Additions/common/crOpenGL/glx.c	(revision 65123)
+++ /trunk/src/VBox/Additions/common/crOpenGL/glx.c	(revision 65124)
@@ -508,15 +508,16 @@
  ** Solution: We don't support
  ** glXCopyContext anyway so we'll just
- ** #ifdef out the code.
+ ** \#ifdef out the code.
  */
 DECLEXPORT(void)
 VBOXGLXTAG(glXCopyContext)( Display *dpy, GLXContext src, GLXContext dst, 
 #if defined(AIX) || defined(PLAYSTATION2)
-GLuint mask )
+GLuint mask
 #elif defined(SunOS)
-unsigned long mask )
+unsigned long mask
 #else
-unsigned long mask )
+unsigned long mask
 #endif
+)
 {
     (void) dpy;
Index: /trunk/src/VBox/Additions/common/pam/pam_vbox.cpp
===================================================================
--- /trunk/src/VBox/Additions/common/pam/pam_vbox.cpp	(revision 65123)
+++ /trunk/src/VBox/Additions/common/pam/pam_vbox.cpp	(revision 65124)
@@ -115,4 +115,5 @@
  * Displays an error message.
  *
+ * @param   hPAM                    PAM handle.
  * @param   pszFormat               The message text.
  * @param   ...                     Format arguments.
@@ -137,4 +138,5 @@
  * Displays a debug message.
  *
+ * @param   hPAM                    PAM handle.
  * @param   pszFormat               The message text.
  * @param   ...                     Format arguments.
@@ -675,5 +677,4 @@
  * @param   hPAM                    PAM handle.
  * @param   uClientID               Guest property service client ID.
- * @param   pszKey                  Key (name) of guest property to wait for.
  * @param   uTimeoutMS              Timeout (in ms) to wait for the change. Specify
  *                                  RT_INDEFINITE_WAIT to wait indefinitly.
Index: /trunk/src/VBox/Additions/solaris/SharedFolders/vboxfs_prov.c
===================================================================
--- /trunk/src/VBox/Additions/solaris/SharedFolders/vboxfs_prov.c	(revision 65123)
+++ /trunk/src/VBox/Additions/solaris/SharedFolders/vboxfs_prov.c	(revision 65124)
@@ -924,5 +924,5 @@
 	char *cp;
 	int len;
-	SHFLSTRING *mask_str = NULL;	/* must be path with "/*" appended */
+	SHFLSTRING *mask_str = NULL;	/* must be path with "/ *" appended */
 	int mask_size;
 	sfp_file_t *fp;
Index: /trunk/src/VBox/Additions/solaris/Virtio/Virtio-solaris.c
===================================================================
--- /trunk/src/VBox/Additions/solaris/Virtio/Virtio-solaris.c	(revision 65123)
+++ /trunk/src/VBox/Additions/solaris/Virtio/Virtio-solaris.c	(revision 65124)
@@ -167,4 +167,5 @@
  *
  * @param pDevice           Pointer to the Virtio device instance.
+ * @param Index             Queue index.
  *
  * @return A pointer to a Virtio Queue instance.
Index: /trunk/src/VBox/Additions/solaris/Virtio/VirtioNet-solaris.c
===================================================================
--- /trunk/src/VBox/Additions/solaris/Virtio/VirtioNet-solaris.c	(revision 65123)
+++ /trunk/src/VBox/Additions/solaris/Virtio/VirtioNet-solaris.c	(revision 65124)
@@ -324,5 +324,5 @@
  *
  * @param   pDip            The module structure instance.
- * @param   enmCmd          Operation type (attach/resume).
+ * @param   Cmd             Operation type (attach/resume).
  *
  * @return corresponding solaris error code.
@@ -338,5 +338,5 @@
  *
  * @param   pDip            The module structure instance.
- * @param   enmCmd          Operation type (detach/suspend).
+ * @param   Cmd             Operation type (detach/suspend).
  *
  * @return corresponding solaris error code.
