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
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