On Wed, 17 May 2006 18:04:35 -0400 Brice Goglin wrote: > [PATCH 2/4] myri10ge - Driver header files > > myri10ge_mcp.h | 205 > ++++++++++++++++++++++++++++++++++++++++++++++ > myri10ge_mcp_gen_header.h | 58 +++++++++++++
Please use "diffstat -p 1 -w 70" is documented in Documentation/SubmittingPatches. > 2 files changed, 263 insertions(+) > > --- /dev/null 2006-05-16 20:08:50.920483500 +0200 > +++ linux-tmp//drivers/net/myri10ge/myri10ge_mcp.h 2006-05-17 > 11:02:48.000000000 +0200 > @@ -0,0 +1,205 @@ > +#ifndef __MYRI10GE_MCP_H__ > +#define __MYRI10GE_MCP_H__ > + > +#define MYRI10GE_MCP_VERSION_MAJOR 1 > +#define MYRI10GE_MCP_VERSION_MINOR 4 > + > +/* 16 Bytes */ What is 16 bytes here? > +struct mcp_slot { > + u16 checksum; > + u16 length; > +}; --- ~Randy - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html