All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH][TRIVIAL] opensm/include/complib/cl_packon.h: Fix some commentary typos
@ 2013-01-07 19:50 Hal Rosenstock
       [not found] ` <50EB271D.7080407-LDSdmyG8hGV8YrgS2mwiifqBs+8SCbDb@public.gmane.org>
  0 siblings, 1 reply; 2+ messages in thread
From: Hal Rosenstock @ 2013-01-07 19:50 UTC (permalink / raw)
  To: Alex Netes
  Cc: linux-rdma (linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org)


Signed-off-by: Hal Rosenstock <hal-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>
---
diff --git a/include/complib/cl_packon.h b/include/complib/cl_packon.h
index ffc8e11..e2e45b4 100644
--- a/include/complib/cl_packon.h
+++ b/include/complib/cl_packon.h
@@ -55,14 +55,14 @@
 *	not align properly for some platforms. Care must be taken when creating
 *	packed structures that the alignment rules for all platforms are followed.
 *
-*	To pack a structure, include ipackon.h before defining the structure, and
-*	include ipackoff.h after the structure definition.  Multiple structures
+*	To pack a structure, include cl_packon.h before defining the structure, and
+*	include cl_packoff.h after the structure definition.  Multiple structures
 *	can be packed between the two include statements if desired.
 *
 *	The structure definition itself must use the PACK_SUFFIX keyword.
 *
 * EXAMPLE
-*	#include <complib/ipackon.h>
+*	#include <complib/cl_packon.h>
 *
 *	typedef _my_struct_t
 *	{
@@ -71,7 +71,7 @@
 *	    uint16 small;
 *
 *	} PACK_SUFFIX my_struct_t;
-*	#include <complib/ipackoff.h>
+*	#include <complib/cl_packoff.h>
 *********/
 
 #ifndef PACK_SUFFIX
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH][TRIVIAL] opensm/include/complib/cl_packon.h: Fix some commentary typos
       [not found] ` <50EB271D.7080407-LDSdmyG8hGV8YrgS2mwiifqBs+8SCbDb@public.gmane.org>
@ 2013-01-20 10:09   ` Alex Netes
  0 siblings, 0 replies; 2+ messages in thread
From: Alex Netes @ 2013-01-20 10:09 UTC (permalink / raw)
  To: Hal Rosenstock
  Cc: linux-rdma (linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org)

Hi Hal,

On 14:50 Mon 07 Jan     , Hal Rosenstock wrote:
> 
> Signed-off-by: Hal Rosenstock <hal-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>
> ---

Applied, thanks.
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-01-20 10:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-01-07 19:50 [PATCH][TRIVIAL] opensm/include/complib/cl_packon.h: Fix some commentary typos Hal Rosenstock
     [not found] ` <50EB271D.7080407-LDSdmyG8hGV8YrgS2mwiifqBs+8SCbDb@public.gmane.org>
2013-01-20 10:09   ` Alex Netes

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.