2014-12-23 05:11:25

by Gmail

[permalink] [raw]
Subject: [PATCH] Fix a white space coding style problem

Signed-off-by: Kroderia <[email protected]>
---
drivers/staging/skein/skein_generic.c | 1 -
1 file changed, 1 deletion(-)

diff --git a/drivers/staging/skein/skein_generic.c b/drivers/staging/skein/skein_generic.c
index 85bd7d0..899078f 100644
--- a/drivers/staging/skein/skein_generic.c
+++ b/drivers/staging/skein/skein_generic.c
@@ -191,7 +191,6 @@ static int __init skein_generic_init(void)

return 0;

-
unreg512:
crypto_unregister_shash(&alg512);
unreg256:
--
1.7.10.4


2014-12-23 05:57:13

by Greg Kroah-Hartman

[permalink] [raw]
Subject: Re: [PATCH] Fix a white space coding style problem

On Tue, Dec 23, 2014 at 05:10:28AM +0000, Kroderia wrote:
> Signed-off-by: Kroderia <[email protected]>

I doubt that is the name you sign legal documents with, right?

Please fix that up, and give a much better subject: and body of the
changelog for what you are doing. Look at the archives for how to
properly do this.

greg k-h