Linux cryptographic layer development
 help / color / mirror / Atom feed
* [PATCH 1/1] CRYPTO: Fix checkpatch errors & warnings in cipher.c
@ 2010-02-10  1:32 Richard Hartmann
  0 siblings, 0 replies; 8+ messages in thread
From: Richard Hartmann @ 2010-02-10  1:32 UTC (permalink / raw)
  To: linux-crypto; +Cc: Richard Hartmann, Herbert Xu, David S. Miller, linux-kernel


Signed-off-by: Richard Hartmann <richih.mailinglist@gmail.com>
---
 crypto/cipher.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/crypto/cipher.c b/crypto/cipher.c
index 9a1a731..39541e0 100644
--- a/crypto/cipher.c
+++ b/crypto/cipher.c
@@ -8,7 +8,7 @@
  *
  * This program is free software; you can redistribute it and/or modify it
  * under the terms of the GNU General Public License as published by the Free
- * Software Foundation; either version 2 of the License, or (at your option) 
+ * Software Foundation; either version 2 of the License, or (at your option)
  * any later version.
  *
  */
-- 
1.6.6.1


^ permalink raw reply related	[flat|nested] 8+ messages in thread
* [PATCH 1/1] CRYPTO: Fix checkpatch errors & warnings in cipher.c
@ 2010-02-10  1:30 Richard Hartmann
  2010-02-10  2:21 ` Richard Hartmann
  0 siblings, 1 reply; 8+ messages in thread
From: Richard Hartmann @ 2010-02-10  1:30 UTC (permalink / raw)
  To: linux-crypto; +Cc: Richard Hartmann, Herbert Xu, David S. Miller, linux-kernel


Signed-off-by: Richard Hartmann <richih.mailinglist@gmail.com>
---
 crypto/compress.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/crypto/compress.c b/crypto/compress.c
index 1ee3570..c33f076 100644
--- a/crypto/compress.c
+++ b/crypto/compress.c
@@ -7,7 +7,7 @@
  *
  * This program is free software; you can redistribute it and/or modify it
  * under the terms of the GNU General Public License as published by the Free
- * Software Foundation; either version 2 of the License, or (at your option) 
+ * Software Foundation; either version 2 of the License, or (at your option)
  * any later version.
  *
  */
@@ -39,7 +39,7 @@ int crypto_init_compress_ops(struct crypto_tfm *tfm)
 
 	ops->cot_compress = crypto_compress;
 	ops->cot_decompress = crypto_decompress;
-	
+
 	return 0;
 }
 
-- 
1.6.6.1


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

end of thread, other threads:[~2010-02-16 12:21 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-10  1:32 [PATCH 1/1] CRYPTO: Fix checkpatch errors & warnings in cipher.c Richard Hartmann
  -- strict thread matches above, loose matches on Subject: below --
2010-02-10  1:30 Richard Hartmann
2010-02-10  2:21 ` Richard Hartmann
2010-02-11  4:46   ` Herbert Xu
2010-02-16 11:56     ` Richard Hartmann
2010-02-16 12:00       ` Herbert Xu
2010-02-16 12:06         ` Richard Hartmann
2010-02-16 12:21           ` Herbert Xu

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