Re: [PATCH 2/4] myri10ge - Driver header files

From: Randy.Dunlap
Date: Wed May 17 2006 - 18:25:15 EST


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 linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/