* [PATCH v2] staging: skein: skein_api.c: removed space before ',' @ 2014-10-28 20:07 Mikael Svantesson 2014-10-29 5:25 ` Sudip Mukherjee 2014-10-29 8:41 ` Greg Kroah-Hartman 0 siblings, 2 replies; 12+ messages in thread From: Mikael Svantesson @ 2014-10-28 20:07 UTC (permalink / raw) To: Greg Kroah-Hartman, Jason Cooper, Jake Edge, Anton Saraev, devel Cc: linux-kernel, mikael@distopic.net >> Mikael Svantesson Signed-off-by: Mikael Svantesson <mikael@distopic.net> --- 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 ^ permalink raw reply related [flat|nested] 12+ messages in thread
* Re: [PATCH v2] staging: skein: skein_api.c: removed space before ',' 2014-10-28 20:07 [PATCH v2] staging: skein: skein_api.c: removed space before ',' Mikael Svantesson @ 2014-10-29 5:25 ` Sudip Mukherjee 2014-10-29 7:15 ` Mikael Svantesson 2014-10-29 8:41 ` Greg Kroah-Hartman 1 sibling, 1 reply; 12+ messages in thread From: Sudip Mukherjee @ 2014-10-29 5:25 UTC (permalink / raw) To: Mikael Svantesson Cc: Greg Kroah-Hartman, Jason Cooper, Jake Edge, Anton Saraev, devel, linux-kernel On Tue, Oct 28, 2014 at 09:07:00PM +0100, Mikael Svantesson wrote: > Signed-off-by: Mikael Svantesson <mikael@distopic.net> 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/ ^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [PATCH v2] staging: skein: skein_api.c: removed space before ',' 2014-10-29 5:25 ` Sudip Mukherjee @ 2014-10-29 7:15 ` Mikael Svantesson 2014-10-29 7:25 ` Mikael Svantesson 2014-10-29 8:06 ` [PATCH v2] " Sudip Mukherjee 0 siblings, 2 replies; 12+ messages in thread From: Mikael Svantesson @ 2014-10-29 7:15 UTC (permalink / raw) To: Sudip Mukherjee Cc: Greg Kroah-Hartman, Jason Cooper, Jake Edge, Anton Saraev, devel, linux-kernel I'm saving the patch to my mail server using git-imap-send, then enter e-mail addresses using Thunderbird and send it. 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 <mikael@distopic.net> > 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/ ^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [PATCH v2] staging: skein: skein_api.c: removed space before ',' 2014-10-29 7:15 ` Mikael Svantesson @ 2014-10-29 7:25 ` Mikael Svantesson 2014-10-29 16:05 ` Greg Kroah-Hartman 2014-10-29 8:06 ` [PATCH v2] " Sudip Mukherjee 1 sibling, 1 reply; 12+ messages in thread From: Mikael Svantesson @ 2014-10-29 7:25 UTC (permalink / raw) To: Sudip Mukherjee Cc: Greg Kroah-Hartman, Jason Cooper, Jake Edge, Anton Saraev, devel, linux-kernel, mikael@distopic.net >> Mikael Svantesson Signed-off-by: Mikael Svantesson <mikael@distopic.net> --- 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 On 2014-10-29 08:15, 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. > > 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 <mikael@distopic.net> >> 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/ > ^ permalink raw reply related [flat|nested] 12+ messages in thread
* Re: [PATCH v2] staging: skein: skein_api.c: removed space before ',' 2014-10-29 7:25 ` Mikael Svantesson @ 2014-10-29 16:05 ` Greg Kroah-Hartman 2014-10-29 16:38 ` Mikael Svantesson 0 siblings, 1 reply; 12+ messages in thread From: Greg Kroah-Hartman @ 2014-10-29 16:05 UTC (permalink / raw) To: Mikael Svantesson Cc: Sudip Mukherjee, devel, Jason Cooper, linux-kernel, Jake Edge, Anton Saraev On Wed, Oct 29, 2014 at 08:25:30AM +0100, Mikael Svantesson wrote: > Signed-off-by: Mikael Svantesson <mikael@distopic.net> > --- > 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 > > On 2014-10-29 08:15, 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. > > > > 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 <mikael@distopic.net> > >> 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/ > > Please send this as a "correct" patch, not one with a whole bunch of other stuff in it that I would have to hand-edit in order to apply properly. Remember, you want to make it as easy as possible for me to accept your patches, so far, this isn't going well :) greg k-h ^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [PATCH v2] staging: skein: skein_api.c: removed space before ',' 2014-10-29 16:05 ` Greg Kroah-Hartman @ 2014-10-29 16:38 ` Mikael Svantesson 2014-10-29 17:45 ` [PATCH] " Mikael Svantesson 0 siblings, 1 reply; 12+ messages in thread From: Mikael Svantesson @ 2014-10-29 16:38 UTC (permalink / raw) To: Greg Kroah-Hartman Cc: Sudip Mukherjee, devel, Jason Cooper, linux-kernel, Jake Edge, Anton Saraev, Mikael Svantesson On 2014-10-29 17:05, Greg Kroah-Hartman wrote: > Please send this as a "correct" patch, not one with a whole bunch of > other stuff in it that I would have to hand-edit in order to apply > properly. > > Remember, you want to make it as easy as possible for me to accept your > patches, so far, this isn't going well :) > > greg k-h > Yeah, sorry about that. I have no idea why I haven't just used git-send-email. I'll reply to this e-mail with a (hopefully) correct e-mail, otherwise I'll just give up, this is starting to get too embarassing. :D / Mikael ^ permalink raw reply [flat|nested] 12+ messages in thread
* [PATCH] staging: skein: skein_api.c: removed space before ',' 2014-10-29 16:38 ` Mikael Svantesson @ 2014-10-29 17:45 ` Mikael Svantesson 2014-10-30 5:45 ` Sudip Mukherjee 0 siblings, 1 reply; 12+ messages in thread From: Mikael Svantesson @ 2014-10-29 17:45 UTC (permalink / raw) To: mikael; +Cc: linux-kernel Signed-off-by: Mikael Svantesson <mikael@distopic.net> --- 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 ^ permalink raw reply related [flat|nested] 12+ messages in thread
* Re: [PATCH] staging: skein: skein_api.c: removed space before ',' 2014-10-29 17:45 ` [PATCH] " Mikael Svantesson @ 2014-10-30 5:45 ` Sudip Mukherjee 0 siblings, 0 replies; 12+ messages in thread From: Sudip Mukherjee @ 2014-10-30 5:45 UTC (permalink / raw) To: Mikael Svantesson; +Cc: linux-kernel On Wed, Oct 29, 2014 at 06:45:14PM +0100, Mikael Svantesson wrote: > Signed-off-by: Mikael Svantesson <mikael@distopic.net> > --- better to send this as a new thread and start the subject as [PATCH v3] and also mention a commit message. thanks sudip > 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/ ^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [PATCH v2] staging: skein: skein_api.c: removed space before ',' 2014-10-29 7:15 ` Mikael Svantesson 2014-10-29 7:25 ` Mikael Svantesson @ 2014-10-29 8:06 ` Sudip Mukherjee 1 sibling, 0 replies; 12+ messages in thread From: Sudip Mukherjee @ 2014-10-29 8:06 UTC (permalink / raw) To: Mikael Svantesson Cc: Greg Kroah-Hartman, Jason Cooper, Jake Edge, Anton Saraev, devel, linux-kernel 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 <mikael@distopic.net> > > 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/ > ^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [PATCH v2] staging: skein: skein_api.c: removed space before ',' 2014-10-28 20:07 [PATCH v2] staging: skein: skein_api.c: removed space before ',' Mikael Svantesson 2014-10-29 5:25 ` Sudip Mukherjee @ 2014-10-29 8:41 ` Greg Kroah-Hartman 2014-10-29 15:56 ` Mikael Svantesson 1 sibling, 1 reply; 12+ messages in thread From: Greg Kroah-Hartman @ 2014-10-29 8:41 UTC (permalink / raw) To: Mikael Svantesson Cc: Jason Cooper, Jake Edge, Anton Saraev, devel, linux-kernel On Tue, Oct 28, 2014 at 09:07:00PM +0100, Mikael Svantesson wrote: > Signed-off-by: Mikael Svantesson <mikael@distopic.net> > --- > 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)); Still corrupted, what added the extra ' ' before the '-'? ^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [PATCH v2] staging: skein: skein_api.c: removed space before ',' 2014-10-29 8:41 ` Greg Kroah-Hartman @ 2014-10-29 15:56 ` Mikael Svantesson [not found] ` <1414601738-11968-1-git-send-email-mikael@distopic.net> 0 siblings, 1 reply; 12+ messages in thread From: Mikael Svantesson @ 2014-10-29 15:56 UTC (permalink / raw) To: Greg Kroah-Hartman Cc: Jason Cooper, Jake Edge, Anton Saraev, devel, linux-kernel, mikael@distopic.net >> Mikael Svantesson On 2014-10-29 09:41, Greg Kroah-Hartman wrote: > On Tue, Oct 28, 2014 at 09:07:00PM +0100, Mikael Svantesson wrote: >> Signed-off-by: Mikael Svantesson <mikael@distopic.net> >> --- >> 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)); > > Still corrupted, what added the extra ' ' before the '-'? > Thunderbird builtin editor, I guess. Can't remember why I decided to do it that way instead of git-send-email. I replied to my other explanation with a non-corrupt patch but I can submit it as v3 instead if that's preferable. / Mikael ^ permalink raw reply [flat|nested] 12+ messages in thread
[parent not found: <1414601738-11968-1-git-send-email-mikael@distopic.net>]
* Re: [PATCH] staging: skein: skein_api.c: removed space before ',' [not found] ` <1414601738-11968-1-git-send-email-mikael@distopic.net> @ 2014-10-29 17:51 ` Jason Cooper 0 siblings, 0 replies; 12+ messages in thread From: Jason Cooper @ 2014-10-29 17:51 UTC (permalink / raw) To: Mikael Svantesson Cc: Greg Kroah-Hartman, Jake Edge, Anton Saraev, devel, linux-kernel Mikael, On Wed, Oct 29, 2014 at 05:55:34PM +0100, Mikael Svantesson wrote: > Signed-off-by: Mikael Svantesson <mikael@distopic.net> > --- > drivers/staging/skein/skein_api.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Acked-by: Jason Cooper <jason@lakedaemon.net> For future patches, please remember to add the 'V3' to the subject like you did for v2. thx, Jason. ^ permalink raw reply [flat|nested] 12+ messages in thread
end of thread, other threads:[~2014-10-30 5:45 UTC | newest]
Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-28 20:07 [PATCH v2] staging: skein: skein_api.c: removed space before ',' Mikael Svantesson
2014-10-29 5:25 ` Sudip Mukherjee
2014-10-29 7:15 ` Mikael Svantesson
2014-10-29 7:25 ` Mikael Svantesson
2014-10-29 16:05 ` Greg Kroah-Hartman
2014-10-29 16:38 ` Mikael Svantesson
2014-10-29 17:45 ` [PATCH] " Mikael Svantesson
2014-10-30 5:45 ` Sudip Mukherjee
2014-10-29 8:06 ` [PATCH v2] " Sudip Mukherjee
2014-10-29 8:41 ` Greg Kroah-Hartman
2014-10-29 15:56 ` Mikael Svantesson
[not found] ` <1414601738-11968-1-git-send-email-mikael@distopic.net>
2014-10-29 17:51 ` [PATCH] " Jason Cooper
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.