Index: ib_types.h
===================================================================
--- ib_types.h	(revision 3111)
+++ ib_types.h	(working copy)
@@ -2013,6 +2013,7 @@
 *
 * DESCRIPTION
 *	Returns a string for the specified node type.
+*	14.2.5.3 NodeInfo
 *
 * SYNOPSIS
 */
@@ -2246,7 +2247,7 @@
 *
 * SYNOPSIS
 */
-static inline boolean_t	
+static inline boolean_t
 ib_pkey_is_invalid(
 	IN	const	ib_net16_t		pkey )
 {
@@ -4549,7 +4550,6 @@
 ib_get_attr_offset(
 	IN		const	uint32_t					attr_size )
 {
-	CL_ASSERT((attr_size & 0x07) == 0); 
 	return( cl_hton16( (uint16_t)(attr_size >> 3) ) );
 }
 
@@ -5869,7 +5869,7 @@
 *	ib_port_info_set_vl_stall_count
 *
 * DESCRIPTION
-*	Sets the VL Stall Count which define the number of contiguous 
+*	Sets the VL Stall Count which define the number of contiguous
 *  HLL (hoq) drops that will put the VL into stalled mode.
 *
 * SYNOPSIS
@@ -10268,7 +10268,7 @@
 *		Indicates the requested maximum number of work requests that may be
 *		outstanding on the queue pair's receive queue.  This value must be less
 *		than or equal to the maximum reported by the channel adapter associated
-*		with the queue pair.
+*		with the queue pair. Must be zero if h_srq is non-NULL.
 *
 *	sq_sge
 *		Indicates the maximum number scatter-gather elements that may be
