[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <1412058947.4302.88.camel@joe-AO725>
Date: Mon, 29 Sep 2014 23:35:47 -0700
From: Joe Perches <joe@...ches.com>
To: Eric Rost <eric.rost@...abylon.net>
Cc: gregkh@...uxfoundation.org, jason@...edaemon.net, jake@....net,
antonysaraev@...il.com, devel@...verdev.osuosl.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH v2 2/4] staging: skein: Additional Whitespace Issues
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.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists