lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 30 Dec 2014 00:33:34 +0100
From:	Andreas Siegling <andreas.siegling@....de>
To:	devel@...uxdriverproject.org
Cc:	gregkh@...uxfoundation.org, jason@...edaemon.net,
	eric.rost@...abylon.net, nks@...wful.org,
	devel@...verdev.osuosl.org, linux-kernel@...r.kernel.org,
	linux-kernel@...cs.fau.de, trivial@...nel.org,
	Andreas Siegling <andreas.siegling@....de>,
	Zhutao Lu <lvzhutao@...il.com>
Subject: [PATCH] skein: checkpatch: trailing whitespace

This small patch will fix the trailing whitespace in
drivers/staging/skein/skein_generic.c.

After applying the patch, there will only remain the checkpatch warning:
	WARNING: Single statement macros should not use a do {} while (0) loop
in files which are in the directory drivers/staging/skein/

Signed-off-by: Andreas Siegling <andreas.siegling@....de>
Signed-off-by: Zhutao Lu <lvzhutao@...il.com>
---
 drivers/staging/skein/skein_generic.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/skein/skein_generic.c b/drivers/staging/skein/skein_generic.c
index 85bd7d0..4eaae1d 100644
--- a/drivers/staging/skein/skein_generic.c
+++ b/drivers/staging/skein/skein_generic.c
@@ -191,7 +191,7 @@ static int __init skein_generic_init(void)
 
 	return 0;
 
-		
+
 unreg512:
 	crypto_unregister_shash(&alg512);
 unreg256:
-- 
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ