mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Kroderia <kroderia@gmail.com>
To: gregkh@linuxfoundation.org
Cc: devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org,
	Kroderia <kroderia@gmail.com>
Subject: [PATCH 1/1] staging: skein: Delete a useless white space line
Date: Tue, 23 Dec 2014 14:37:53 +0000	[thread overview]
Message-ID: <1419345473-6591-1-git-send-email-kroderia@gmail.com> (raw)

Delete a useless white space line according to the coding style.

PS: I also found some one-line macros using do {} while (0) loop, 
feel like they are useless should be delete.

Signed-off-by: Kroderia <kroderia@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 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


             reply	other threads:[~2014-12-23 14:38 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-12-23 14:37 Kroderia [this message]
2014-12-23 15:08 ` Dan Carpenter
2014-12-23 15:37 Kroderia
2014-12-23 15:57 ` Jeremiah Mahler
     [not found]   ` <897C311F-B3FF-4767-8D9C-22F534AA2E1E@gmail.com>
2014-12-23 16:04     ` Jeremiah Mahler
2014-12-23 16:09       ` Gmail
2014-12-23 15:48 Ben Chan
2014-12-23 16:00 ` Dan Carpenter
2014-12-23 16:06   ` Gmail
2014-12-23 16:14     ` Greg KH
2014-12-23 16:18       ` Gmail
2014-12-23 16:27         ` Greg KH
2014-12-23 16:05 ` Jeremiah Mahler

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1419345473-6591-1-git-send-email-kroderia@gmail.com \
    --to=kroderia@gmail.com \
    --cc=devel@driverdev.osuosl.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome