mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] drivers:staging:skein:skein_generic.c: Fixed a whitespace error
@ 2014-11-22  7:41 Anjana Sasindran
  2014-11-22  8:31 ` Sudip Mukherjee
  2014-11-22 18:58 ` Greg KH
  0 siblings, 2 replies; 3+ messages in thread
From: Anjana Sasindran @ 2014-11-22  7:41 UTC (permalink / raw)
  To: gregkh; +Cc: linux-kernel, devel, Anjana Sasindran

     This patch fixes the checkpatch.pl error:

     ERROR: trailing whitespace

Signed-off-by: Anjana Sasindran <anjanasasindran123@gmail.com>
---
 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 7096d5a..268e4de 100644
--- a/drivers/staging/skein/skein_generic.c
+++ b/drivers/staging/skein/skein_generic.c
@@ -188,7 +188,6 @@ static int __init skein_generic_init(void)
 		goto unreg256;
 	if (crypto_register_shash(&alg1024))
 		goto unreg512;
-
 	return 0;
 unreg512:
 	crypto_unregister_shash(&alg512);
-- 
1.9.1


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-11-22 18:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-11-22  7:41 [PATCH] drivers:staging:skein:skein_generic.c: Fixed a whitespace error Anjana Sasindran
2014-11-22  8:31 ` Sudip Mukherjee
2014-11-22 18:58 ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®