[RFC v3][PATCH 8/9] File descriprtors (dump)

Dave Hansen dave at linux.vnet.ibm.com
Thu Sep 4 08:01:44 PDT 2008


On Thu, 2008-09-04 at 04:05 -0400, Oren Laadan wrote:
> 
> diff --git a/include/linux/ckpt_hdr.h b/include/linux/ckpt_hdr.h
> index 322ade5..1ce1dbc 100644
> --- a/include/linux/ckpt_hdr.h
> +++ b/include/linux/ckpt_hdr.h
> @@ -17,7 +17,7 @@
>   /*
>    * To maintain compatibility between 32-bit and 64-bit architecture flavors,
>    * keep data 64-bit aligned: use padding for structure members, and use
> - * __attribute__ ((aligned (8))) for the entire structure.
> + * __attribute__((aligned(8))) for the entire structure.
>    */

Have you tried emailing these to yourself and trying to apply them?
That's usually a good way to iron out these whitespace issues.

I think this set is still munged.

-- Dave



More information about the Containers mailing list