From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755667AbaJ2IGU (ORCPT ); Wed, 29 Oct 2014 04:06:20 -0400 Received: from mail-pa0-f45.google.com ([209.85.220.45]:35581 "EHLO mail-pa0-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755363AbaJ2IGN (ORCPT ); Wed, 29 Oct 2014 04:06:13 -0400 Date: Wed, 29 Oct 2014 13:36:01 +0530 From: Sudip Mukherjee To: Mikael Svantesson Cc: Greg Kroah-Hartman , Jason Cooper , Jake Edge , Anton Saraev , devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2] staging: skein: skein_api.c: removed space before ',' Message-ID: <20141029080601.GA21595@sudip-PC> References: <544FF764.7090003@distopic.net> <20141029052517.GA3556@sudip-PC> <5450941F.5040609@distopic.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5450941F.5040609@distopic.net> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Oct 29, 2014 at 08:15:43AM +0100, Mikael Svantesson wrote: > I'm saving the patch to my mail server using git-imap-send, then enter > e-mail addresses using Thunderbird and send it. any particular reason that you are not sending it using git send-email ? > > The problem seems to be that Thunderbird thrashes empty lines when > double clicking the e-mail in Drafts or selecting "Edit as new". > When forwarding the e-mail it doesn't seem to affect the empty lines, > very weird behaviour. > > Regards, > > Mikael > > On 2014-10-29 06:25, Sudip Mukherjee wrote: > > On Tue, Oct 28, 2014 at 09:07:00PM +0100, Mikael Svantesson wrote: > >> Signed-off-by: Mikael Svantesson > > still the same problem. > > > > ERROR: patch seems to be corrupt (line wrapped?) > > > > > >> --- > >> drivers/staging/skein/skein_api.c | 2 +- > >> 1 file changed, 1 insertion(+), 1 deletion(-) > >> > >> diff --git a/drivers/staging/skein/skein_api.c b/drivers/staging/skein/skein_api.c > >> index 6e700ee..5bfce07 100644 > >> --- a/drivers/staging/skein/skein_api.c > >> +++ b/drivers/staging/skein/skein_api.c > >> @@ -31,7 +31,7 @@ int skein_ctx_prepare(struct skein_ctx *ctx, enum skein_size size) > >> { > >> skein_assert_ret(ctx && size, SKEIN_FAIL); > >> - memset(ctx , 0, sizeof(struct skein_ctx)); > >> + memset(ctx, 0, sizeof(struct skein_ctx)); > >> ctx->skein_size = size; > >> return SKEIN_SUCCESS; > >> -- > >> 2.1.1 > >> > >> -- > >> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in > >> the body of a message to majordomo@vger.kernel.org > >> More majordomo info at http://vger.kernel.org/majordomo-info.html > >> Please read the FAQ at http://www.tux.org/lkml/ >