On Tue, 2014-09-30 at 01:10 -0500, Eric Rost wrote:
> Fixes leading and trailing whitespace issues.
[]
> diff --git a/drivers/staging/skein/skein_block.c 
> b/drivers/staging/skein/skein_block.c
[]
> @@ -36,7 +36,7 @@
>  #define debug_save_tweak(ctx)       \
>  {                                   \
>       ctx->h.tweak[0] = ts[0];    \
> -             ctx->h.tweak[1] = ts[1];    \
> +     ctx->h.tweak[1] = ts[1];    \

I know it's an extra step to reintegrate these, but
please don't introduce whitespace problems in patch 1
that you fix in patch 2.

Do it correctly in patch 1.


_______________________________________________
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to